##// END OF EJS Templates
export: add optional -r to synopsis...
Thomas Arendsen Hein -
r16990:1dbe8a2b default
parent child Browse files
Show More
@@ -2492,7 +2492,7 b' def diff(ui, repo, *pats, **opts):'
2492 ('', 'switch-parent', None, _('diff against the second parent')),
2492 ('', 'switch-parent', None, _('diff against the second parent')),
2493 ('r', 'rev', [], _('revisions to export'), _('REV')),
2493 ('r', 'rev', [], _('revisions to export'), _('REV')),
2494 ] + diffopts,
2494 ] + diffopts,
2495 _('[OPTION]... [-o OUTFILESPEC] REV...'))
2495 _('[OPTION]... [-o OUTFILESPEC] [-r] REV...'))
2496 def export(ui, repo, *changesets, **opts):
2496 def export(ui, repo, *changesets, **opts):
2497 """dump the header and diffs for one or more changesets
2497 """dump the header and diffs for one or more changesets
2498
2498
General Comments 0
You need to be logged in to leave comments. Login now