diff rhodecode/templates/files/files_edit.html @ 2199:31ebf7010566 beta

various fixes for git and mercurial with InMemoryCommit backend and non-ascii files - hg use tolocal for unicode objects - git use core.quotepath=false for commands
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 17 Apr 2012 23:00:36 +0200
parents feb0fccdcf83
children 76d156bef5a2
line wrap: on
line diff
--- a/rhodecode/templates/files/files_edit.html	Tue Apr 17 21:44:26 2012 +0200
+++ b/rhodecode/templates/files/files_edit.html	Tue Apr 17 23:00:36 2012 +0200
@@ -56,7 +56,7 @@
                       % endif
                     </div>
                 </div>
-                <div class="commit">${_('Editing file')}: ${c.file.path}</div>
+                <div class="commit">${_('Editing file')}: ${c.file.unicode_path}</div>
             </div>
 			    <pre id="editor_pre"></pre>
 				<textarea id="editor" name="content" style="display:none">${h.escape(c.file.content)|n}</textarea>