Mercurial > hg-stable
changeset 24831:2bb0e6cc39f6 stable
histedit: fix typo in abort message
author | Wagner Bruna <wbruna@yahoo.com> |
---|---|
date | Tue, 21 Apr 2015 21:01:17 -0300 |
parents | abe835fc4a79 |
children | 5947a68fa271 |
files | hgext/histedit.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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: