##// END OF EJS Templates
rebase: attempt to clarify --base
Matt Mackall -
r22789:5f493448 default
parent child Browse files
Show More
@@ -50,10 +50,9 b' def _makeextrafn(copiers):'
50
50
51 @command('rebase',
51 @command('rebase',
52 [('s', 'source', '',
52 [('s', 'source', '',
53 _('rebase from the specified changeset'), _('REV')),
53 _('rebase the specified changeset and descendants'), _('REV')),
54 ('b', 'base', '',
54 ('b', 'base', '',
55 _('rebase the tree around the specified changeset without '
55 _('rebase everything from branching point of specified changeset'),
56 'ancestors of dest'),
57 _('REV')),
56 _('REV')),
58 ('r', 'rev', [],
57 ('r', 'rev', [],
59 _('rebase these revisions'),
58 _('rebase these revisions'),
General Comments 0
You need to be logged in to leave comments. Login now