D6653: unshelve: mark unshelve interactive as experimental

navaneeth.suresh (Navaneeth Suresh) phabricator at mercurial-scm.org
Thu Jul 18 14:00:56 EDT 2019


Closed by commit rHG74ba82abbf29: unshelve: mark unshelve interactive as experimental (authored by navaneeth.suresh).
This revision was automatically updated to reflect the committed changes.
This revision was not accepted when it landed; it landed in state "Needs Review".

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D6653?vs=15964&id=15967

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D6653/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D6653

AFFECTED FILES
  mercurial/commands.py

CHANGE DETAILS

diff --git a/mercurial/commands.py b/mercurial/commands.py
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -6169,7 +6169,7 @@
           ('c', 'continue', None,
            _('continue an incomplete unshelve operation')),
           ('i', 'interactive', None,
-           _('use interactive mode')),
+           _('use interactive mode (EXPERIMENTAL)')),
           ('k', 'keep', None,
            _('keep shelve after unshelving')),
           ('n', 'name', '',



To: navaneeth.suresh, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list