hgext/histedit.py
branchstable
changeset 24831 2bb0e6cc39f6
parent 24828 5045a003260b
child 24869 95a67d687903
--- a/hgext/histedit.py	Tue Apr 21 21:01:05 2015 -0300
+++ b/hgext/histedit.py	Tue Apr 21 21:01:17 2015 -0300
@@ -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: