diff hgext/rebase.py @ 15945:cd42f77d30c4 stable

rebase: drop uppercase in abort message
author Wagner Bruna <wbruna@softwareexpress.com.br>
date Fri, 20 Jan 2012 12:04:45 -0200
parents 4b088ae9d47a
children 5b41d5ad52bf
line wrap: on
line diff
--- 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: