Submitter | Mads Kiilerich |
---|---|
Date | Aug. 31, 2014, 3:07 p.m. |
Message ID | <78ca134e8f7d682d4296.1409497628@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/5668/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/hgext/rebase.py b/hgext/rebase.py --- a/hgext/rebase.py +++ b/hgext/rebase.py @@ -52,8 +52,8 @@ def _makeextrafn(copiers): [('s', 'source', '', _('rebase from the specified changeset'), _('REV')), ('b', 'base', '', - _('rebase from the base of the specified changeset ' - '(up to greatest common ancestor of base and dest)'), + _('rebase the tree around the specified changeset without ' + 'ancestors of dest'), _('REV')), ('r', 'rev', [], _('rebase these revisions'),