D6676: unshelve: add help text on --interactive in verbose mode

navaneeth.suresh (Navaneeth Suresh) phabricator at mercurial-scm.org
Tue Jul 23 06:38:19 UTC 2019


navaneeth.suresh created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REVISION SUMMARY
  This is a follow-up patch to rHG9eace8d6d537 <https://phab.mercurial-scm.org/rHG9eace8d6d537412cdacfca163237693193dea44b>. This modifies the
  help text of unshelve in verbose mode to mention the details
  about `--interactive` flag.

REPOSITORY
  rHG Mercurial

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

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
@@ -6188,6 +6188,10 @@
        Timestamp in seconds is used to decide order of backups. More
        than ``maxbackups`` backups are kept, if same timestamp
        prevents from deciding exact order of them, for safety.
+
+       Selected changes can be unshelved with ``--interactive`` flag. The repo
+       is updated with the requested changes by the user and the stored shelve
+       is modified with the remaining changes.
     """
     with repo.wlock():
         return shelvemod.dounshelve(ui, repo, *shelved, **opts)



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


More information about the Mercurial-devel mailing list