diff mercurial/localrepo.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 f1af59451c0c
children 4dd7b28003d2
line wrap: on
line diff
--- a/mercurial/localrepo.py	Sat Jan 03 17:15:15 2009 +0100
+++ b/mercurial/localrepo.py	Sat Jan 03 17:15:21 2009 +0100
@@ -1579,7 +1579,7 @@
         if self.ui.verbose or source == 'bundle':
             self.ui.status(_("%d changesets found\n") % len(nodes))
         if self.ui.debugflag:
-            self.ui.debug(_("List of changesets:\n"))
+            self.ui.debug(_("list of changesets:\n"))
             for node in nodes:
                 self.ui.debug("%s\n" % hex(node))