diff hgext/convert/cvsps.py @ 7599:7bf7c073375e

lowercase ui.debug and assert output This does not effect the log or status commands and should be okay according to the compatibility rules.
author Martin Geisler <mg@daimi.au.dk>
date Sat, 03 Jan 2009 17:15:21 +0100
parents 8bea01a65391
children 49355875c805
line wrap: on
line diff
--- 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