Mercurial > hg
changeset 22789:5f4934487382
rebase: attempt to clarify --base
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Wed, 08 Oct 2014 13:40:50 -0500 |
parents | 160efd225b24 |
children | c64f9e0beead |
files | hgext/rebase.py |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/rebase.py Wed Oct 08 12:59:11 2014 -0400 +++ b/hgext/rebase.py Wed Oct 08 13:40:50 2014 -0500 @@ -50,10 +50,9 @@ @command('rebase', [('s', 'source', '', - _('rebase from the specified changeset'), _('REV')), + _('rebase the specified changeset and descendants'), _('REV')), ('b', 'base', '', - _('rebase the tree around the specified changeset without ' - 'ancestors of dest'), + _('rebase everything from branching point of specified changeset'), _('REV')), ('r', 'rev', [], _('rebase these revisions'),