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 _______________________________________________ Mercurial-devel mailing list Mercurial-devel@mercurial-scm.org https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel