hgext/convert/cvsps.py
changeset 8028 3aaca5901ade
parent 7969 a969b1470987
child 8079 fb162c47000b
--- a/hgext/convert/cvsps.py	Tue Apr 07 22:58:05 2009 +0200
+++ b/hgext/convert/cvsps.py	Tue Apr 07 23:06:50 2009 +0200
@@ -370,7 +370,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 rev in %s: %r\n')
+            ui.debug(_('found synthetic revision in %s: %r\n')
                      % (e.rcs, e.comment[0]))
             e.synthetic = True