Mercurial > public > mercurial-scm > hg-stable
diff hgext/shelve.py @ 25260:8fa3e995a375
selve: make 'shelve --interactive' not experimental
It is safe to do as 'shelve -i' uses the same code path as 'commit -i' that is
not experimental.
author | Laurent Charignon <lcharignon@fb.com> |
---|---|
date | Thu, 21 May 2015 14:57:30 -0700 |
parents | 80c5b2666a96 |
children | 328739ea70c3 |
line wrap: on
line diff
--- 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]...'))