diff hgext/rebase.py @ 15289:9cec4b24615b stable

rebase: fix typos
author Wagner Bruna <wbruna@softwareexpress.com.br>
date Mon, 17 Oct 2011 14:47:36 -0200
parents 2889d4574726
children c1eb8398fe82 3411a83e232a
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: