hgext/rebase.py
changeset 7599 7bf7c073375e
parent 7468 3e5db4228f8f
child 7622 4dd7b28003d2
--- 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