rebase: fix typos stable
authorWagner Bruna <wbruna@softwareexpress.com.br>
Mon, 17 Oct 2011 14:47:36 -0200
branchstable
changeset 15289 9cec4b24615b
parent 15288 b3083042bdda
child 15290 e40430fb787b
rebase: fix typos
hgext/rebase.py
--- 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: