##// END OF EJS Templates
rebase: remove second broken synopsis line (issue3172)...
Patrick Mezard -
r17325:e4db509c stable
parent child Browse files
Show More
@@ -53,8 +53,7 b" testedwith = 'internal'"
53 ('c', 'continue', False, _('continue an interrupted rebase')),
53 ('c', 'continue', False, _('continue an interrupted rebase')),
54 ('a', 'abort', False, _('abort an interrupted rebase'))] +
54 ('a', 'abort', False, _('abort an interrupted rebase'))] +
55 templateopts,
55 templateopts,
56 _('hg rebase [-s REV | -b REV] [-d REV] [options]\n'
56 _('[-s REV | -b REV] [-d REV] [OPTION]'))
57 'hg rebase {-a|-c}'))
58 def rebase(ui, repo, **opts):
57 def rebase(ui, repo, **opts):
59 """move changeset (and descendants) to a different branch
58 """move changeset (and descendants) to a different branch
60
59
General Comments 0
You need to be logged in to leave comments. Login now