hgext/convert/cvsps.py
changeset 7599 7bf7c073375e
parent 7573 8bea01a65391
child 7601 49355875c805
--- a/hgext/convert/cvsps.py	Sat Jan 03 17:15:15 2009 +0100
+++ b/hgext/convert/cvsps.py	Sat Jan 03 17:15:21 2009 +0100
@@ -263,7 +263,7 @@
             if re_31.match(line):
                 state = 5
             else:
-                assert not re_32.match(line), _('Must have at least some revisions')
+                assert not re_32.match(line), _('must have at least some revisions')
 
         elif state == 5:
             # expecting revision number and possibly (ignored) lock indication