diff hgext/convert/cvsps.py @ 6956:12472a240398

i18n: mark strings for translation in convert extension
author Martin Geisler <mg@daimi.au.dk>
date Sun, 31 Aug 2008 16:12:02 +0200
parents f67d1468ac50
children d4218edd55bd
line wrap: on
line diff
--- a/hgext/convert/cvsps.py	Sun Aug 31 16:12:02 2008 +0200
+++ b/hgext/convert/cvsps.py	Sun Aug 31 16:12:02 2008 +0200
@@ -150,8 +150,8 @@
     store = False # set when a new record can be appended
 
     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.note(_("running %s\n") % (' '.join(cmd)))
+    ui.debug(_("prefix=%r directory=%r root=%r\n") % (prefix, directory, root))
 
     for line in util.popen(' '.join(cmd)):
         if line.endswith('\n'):