##// END OF EJS Templates
revert: make the interactive mode experimental...
Laurent Charignon -
r24873:12908cdb stable
parent child Browse files
Show More
@@ -5464,7 +5464,8 b' def resolve(ui, repo, *pats, **opts):'
5464 ('d', 'date', '', _('tipmost revision matching date'), _('DATE')),
5464 ('d', 'date', '', _('tipmost revision matching date'), _('DATE')),
5465 ('r', 'rev', '', _('revert to the specified revision'), _('REV')),
5465 ('r', 'rev', '', _('revert to the specified revision'), _('REV')),
5466 ('C', 'no-backup', None, _('do not save backup copies of files')),
5466 ('C', 'no-backup', None, _('do not save backup copies of files')),
5467 ('i', 'interactive', None, _('interactively select the changes')),
5467 ('i', 'interactive', None,
5468 _('interactively select the changes (EXPERIMENTAL)')),
5468 ] + walkopts + dryrunopts,
5469 ] + walkopts + dryrunopts,
5469 _('[OPTION]... [-r REV] [NAME]...'))
5470 _('[OPTION]... [-r REV] [NAME]...'))
5470 def revert(ui, repo, *pats, **opts):
5471 def revert(ui, repo, *pats, **opts):
General Comments 0
You need to be logged in to leave comments. Login now