diff hgext/convert/convcmd.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 209ef5f3534c
children 11efa41037e2
line wrap: on
line diff
--- a/hgext/convert/convcmd.py	Sat Jan 03 17:15:15 2009 +0100
+++ b/hgext/convert/convcmd.py	Sat Jan 03 17:15:21 2009 +0100
@@ -206,7 +206,7 @@
                         _('Overriding mapping for author %s, was %s, will be %s\n')
                         % (srcauthor, self.authors[srcauthor], dstauthor))
                 else:
-                    self.ui.debug(_('Mapping author %s to %s\n')
+                    self.ui.debug(_('mapping author %s to %s\n')
                                   % (srcauthor, dstauthor))
                     self.authors[srcauthor] = dstauthor
             except IndexError: