mercurial/commands.py
branchstable
changeset 24873 12908cdbab73
parent 24841 45bd336e3991
child 24891 be4915009b09
--- a/mercurial/commands.py	Mon Apr 27 15:36:10 2015 -0700
+++ b/mercurial/commands.py	Mon Apr 27 15:37:57 2015 -0700
@@ -5464,7 +5464,8 @@
     ('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')),
+    ('i', 'interactive', None,
+            _('interactively select the changes (EXPERIMENTAL)')),
     ] + walkopts + dryrunopts,
     _('[OPTION]... [-r REV] [NAME]...'))
 def revert(ui, repo, *pats, **opts):