# HG changeset patch # User Wagner Bruna # Date 2015-04-22 00:01:17 # 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 @@ 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: