Mercurial > hg
changeset 15289:9cec4b24615b stable
rebase: fix typos
author | Wagner Bruna <wbruna@softwareexpress.com.br> |
---|---|
date | Mon, 17 Oct 2011 14:47:36 -0200 |
parents | b3083042bdda |
children | e40430fb787b |
files | hgext/rebase.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/rebase.py Mon Oct 17 13:42:42 2011 -0500 +++ b/hgext/rebase.py Mon Oct 17 14:47:36 2011 -0200 @@ -162,10 +162,10 @@ raise util.Abort(_('cannot specify both a ' 'source and a base')) if revf and basef: - raise util.Abort(_('cannot specify both a' + raise util.Abort(_('cannot specify both a ' 'revision and a base')) if revf and srcf: - raise util.Abort(_('cannot specify both a' + raise util.Abort(_('cannot specify both a ' 'revision and a source')) if detachf: if not srcf: