diff hgext/rebase.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 3e5db4228f8f
children 4dd7b28003d2
line wrap: on
line diff
--- a/hgext/rebase.py	Sat Jan 03 17:15:15 2009 +0100
+++ b/hgext/rebase.py	Sat Jan 03 17:15:21 2009 +0100
@@ -34,7 +34,7 @@
     if not first:
         ancestor.ancestor = newancestor
     else:
-        repo.ui.debug(_("First revision, do not change ancestor\n"))
+        repo.ui.debug(_("first revision, do not change ancestor\n"))
     stats = merge.update(repo, rev, True, True, False)
     return stats