hgext/shelve.py
changeset 25260 8fa3e995a375
parent 25186 80c5b2666a96
child 25660 328739ea70c3
--- a/hgext/shelve.py	Thu May 21 14:34:24 2015 -0700
+++ b/hgext/shelve.py	Thu May 21 14:57:30 2015 -0700
@@ -672,8 +672,7 @@
           ('p', 'patch', None,
            _('show patch')),
           ('i', 'interactive', None,
-           _('interactive mode, only works while creating a shelve'
-                   '(EXPERIMENTAL)')),
+           _('interactive mode, only works while creating a shelve')),
           ('', 'stat', None,
            _('output diffstat-style summary of changes'))] + commands.walkopts,
          _('hg shelve [OPTION]... [FILE]...'))