##// 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 51 @command('rebase',
52 52 [('s', 'source', '',
53 _('rebase from the specified changeset'), _('REV')),
53 _('rebase the specified changeset and descendants'), _('REV')),
54 54 ('b', 'base', '',
55 _('rebase the tree around the specified changeset without '
56 'ancestors of dest'),
55 _('rebase everything from branching point of specified changeset'),
57 56 _('REV')),
58 57 ('r', 'rev', [],
59 58 _('rebase these revisions'),
General Comments 0
You need to be logged in to leave comments. Login now