branch | stable |
changeset 24872 | 3510ec97ffdc |
parent 24704 | 03f92741487f |
child 24947 | a02d293a1079 |
--- a/hgext/shelve.py Mon Apr 27 15:12:41 2015 -0700 +++ b/hgext/shelve.py Mon Apr 27 15:36:10 2015 -0700 @@ -658,7 +658,8 @@ ('p', 'patch', None, _('show patch')), ('i', 'interactive', None, - _('interactive mode, only works while creating a shelve')), + _('interactive mode, only works while creating a shelve' + '(EXPERIMENTAL)')), ('', 'stat', None, _('output diffstat-style summary of changes'))] + commands.walkopts, _('hg shelve [OPTION]... [FILE]...'))