diff mercurial/copies.py @ 8337:0e73e21d81ff

copies: don't translate untranslatable string
author Martin Geisler <mg@lazybytes.net>
date Sat, 09 May 2009 14:56:06 +0200
parents b87a50b7125c
children b35d11d10646
line wrap: on
line diff
--- a/mercurial/copies.py	Fri May 08 17:17:03 2009 +0900
+++ b/mercurial/copies.py	Sat May 09 14:56:06 2009 +0200
@@ -174,7 +174,7 @@
             note = ""
             if f in copy: note += "*"
             if f in diverge2: note += "!"
-            repo.ui.debug(_("   %s -> %s %s\n") % (f, fullcopy[f], note))
+            repo.ui.debug("   %s -> %s %s\n" % (f, fullcopy[f], note))
     del diverge2
 
     if not fullcopy or not checkdirs: