[PATCH stable] rebase: fix typos

Wagner Bruna wagner.bruna+mercurial at gmail.com
Mon Oct 17 12:10:20 CDT 2011


# HG changeset patch
# User Wagner Bruna <wbruna at softwareexpress.com.br>
# Date 1318870056 7200
# Branch stable
# Node ID 941f5179f067591a7320229171b7c21737ab80e8
# Parent  44f66d268535892a63ab909ee315779e511f1a58
rebase: fix typos

diff --git a/hgext/rebase.py b/hgext/rebase.py
--- a/hgext/rebase.py
+++ b/hgext/rebase.py
@@ -162,10 +162,10 @@ def rebase(ui, repo, **opts):
                 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:


More information about the Mercurial-devel mailing list