mercurial/copies.py
changeset 8337 0e73e21d81ff
parent 8312 b87a50b7125c
child 8468 b35d11d10646
--- 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: