diff hgext/convert/cvsps.py @ 8028:3aaca5901ade

expand "rev" to "revision" in help texts
author Martin Geisler <mg@lazybytes.net>
date Tue, 07 Apr 2009 23:06:50 +0200
parents a969b1470987
children fb162c47000b
line wrap: on
line diff
--- 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