diff --git a/hgext/histedit.py b/hgext/histedit.py --- a/hgext/histedit.py +++ b/hgext/histedit.py @@ -713,7 +713,7 @@ def _histedit(ui, repo, state, *freeargs 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: