D6596: unshelve: make unshelve accept files (issue6162)
navaneeth.suresh (Navaneeth Suresh)
phabricator at mercurial-scm.org
Thu Jul 11 13:24:56 UTC 2019
navaneeth.suresh added inline comments.
navaneeth.suresh marked 2 inline comments as done.
INLINE COMMENTS
> pulkit wrote in shelve.py:961
> Can you explain why we are not processing this if files are present?
okay. on unshelving with `--files` flag, we don't want to clear the shelvedstate unless all the files in the shelvectx is same as the files which are requested by the user. on unshelving without `--files` flag, we can clear the shelvedstate right away. that's why i have used this condition.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D6596/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D6596
To: navaneeth.suresh, #hg-reviewers
Cc: pulkit, mercurial-devel
More information about the Mercurial-devel
mailing list