[PATCH 2 of 3 stable] histedit: fix typo in abort message

Wagner Bruna wagner.bruna+mercurial at gmail.com
Tue Apr 21 20:18:01 CDT 2015


# HG changeset patch
# User Wagner Bruna <wbruna at yahoo.com>
# Date 1429660877 10800
#      Tue Apr 21 21:01:17 2015 -0300
# Branch stable
# Node ID 2bb0e6cc39f6597d08b8b07cfad8915972c54258
# Parent  abe835fc4a797c1b0c8c122e0f70ccfee8796e0a
histedit: fix typo in abort message

diff --git a/hgext/histedit.py b/hgext/histedit.py
--- a/hgext/histedit.py
+++ b/hgext/histedit.py
@@ -713,7 +713,7 @@
         goal = 'abort'
     elif editplan:
         if util.any((outg, revs, freeargs)):
-            raise util.Abort(_('only --commands argument allowed with'
+            raise util.Abort(_('only --commands argument allowed with '
                                '--edit-plan'))
         goal = 'edit-plan'
     else:


More information about the Mercurial-devel mailing list