D6596: unshelve: add interactive mode

navaneeth.suresh (Navaneeth Suresh) phabricator at mercurial-scm.org
Thu Jul 18 11:22:01 EDT 2019


navaneeth.suresh added inline comments.

INLINE COMMENTS

> pulkit wrote in commands.py:6172
> Can you mark this as `EXPERIMENTAL` because right now we rebases the whole commit, which leads to conflicts in files which the user might not want to unshelve.

Doing that right away! Will solve this issue later.

> pulkit wrote in test-shelve.t:1354
> We should store information about `--interacive` in shelve state, which will help us to prevent passing `-i` here again.

We only pass `-i` if we want to do the unshelve interactively again. It's not mandatory to do that. After an interactive shelve, the stored remaining shelve is same as a normal shelve. We can unshelve it without the `-i`. So, I don't think we have to do that.

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