histedit: fix typo in abort message

This commit is contained in:
Wagner Bruna 2015-04-21 21:01:17 -03:00
parent a6d1f7d563
commit 9e590e39d1

View File

@ -713,7 +713,7 @@ def _histedit(ui, repo, state, *freeargs, **opts):
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: