hgext/rebase.py
branchstable
changeset 15945 cd42f77d30c4
parent 15923 4b088ae9d47a
child 16228 5b41d5ad52bf
--- a/hgext/rebase.py	Fri Dec 02 18:20:32 2011 +0100
+++ b/hgext/rebase.py	Fri Jan 20 12:04:45 2012 -0200
@@ -210,7 +210,7 @@
                       " unrebased descendants"),
                     hint=_('use --keep to keep original changesets'))
             elif not keepf and not repo[root].mutable():
-                raise util.Abort(_("Can't rebase immutable changeset %s")
+                raise util.Abort(_("can't rebase immutable changeset %s")
                                  % repo[root],
                                  hint=_('see hg help phases for details'))
             else: