D6596: unshelve: add interactive mode
pulkit (Pulkit Goyal)
phabricator at mercurial-scm.org
Thu Jul 18 04:50:36 UTC 2019
pulkit added inline comments.
INLINE COMMENTS
> commands.py:6172
> + ('i', 'interactive', None,
> + _('use interactive mode')),
> ('k', 'keep', None,
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.
> test-shelve.t:1354
> + C
> + $ hg unshelve --continue -i <<EOF
> + > y
We should store information about `--interacive` in shelve state, which will help us to prevent passing `-i` here again.
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