changeset 22388 | 0f0b204b399c |
parent 22382 | d5b04ee8ecf7 |
child 22405 | 6f63c47cbb86 |
--- a/hgext/rebase.py Fri Aug 15 19:43:32 2014 +0200 +++ b/hgext/rebase.py Tue Aug 19 01:12:56 2014 +0200 @@ -52,8 +52,8 @@ [('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'),