copies: don't translate untranslatable string
authorMartin Geisler <mg@lazybytes.net>
Sat, 09 May 2009 14:56:06 +0200
changeset 8337 0e73e21d81ff
parent 8336 114f067229bd
child 8338 44e9771746b9
copies: don't translate untranslatable string
mercurial/copies.py
--- 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: