--- a/mercurial/commands.py Mon Mar 16 15:37:00 2015 -0700
+++ b/mercurial/commands.py Mon Mar 16 16:33:59 2015 -0700
@@ -5375,6 +5375,7 @@
('d', 'date', '', _('tipmost revision matching date'), _('DATE')),
('r', 'rev', '', _('revert to the specified revision'), _('REV')),
('C', 'no-backup', None, _('do not save backup copies of files')),
+ ('i', 'interactive', None, _('interactively select the changes')),
] + walkopts + dryrunopts,
_('[OPTION]... [-r REV] [NAME]...'))
def revert(ui, repo, *pats, **opts):