hgext/convert/cvsps.py
changeset 9467 4c041f1ee1b4
parent 9032 1fa80c5428b8
child 10095 69ce7a10e593
child 10263 25e572394f5c
--- a/hgext/convert/cvsps.py	Fri Sep 18 17:37:51 2009 +0200
+++ b/hgext/convert/cvsps.py	Sat Sep 19 01:15:38 2009 +0200
@@ -199,7 +199,7 @@
 
     cmd = [util.shellquote(arg) for arg in cmd]
     ui.note(_("running %s\n") % (' '.join(cmd)))
-    ui.debug(_("prefix=%r directory=%r root=%r\n") % (prefix, directory, root))
+    ui.debug("prefix=%r directory=%r root=%r\n" % (prefix, directory, root))
 
     pfp = util.popen(' '.join(cmd))
     peek = pfp.readline()
@@ -378,7 +378,7 @@
               e.revision[-1] == 1 and      # 1.1 or 1.1.x.1
               len(e.comment) == 1 and
               file_added_re.match(e.comment[0])):
-            ui.debug(_('found synthetic revision in %s: %r\n')
+            ui.debug('found synthetic revision in %s: %r\n'
                      % (e.rcs, e.comment[0]))
             e.synthetic = True