On interactive mode, changesets on nodestoremove should be
stripped regardless of the shelve is partial or not. This patch
modifies unshelvecontinue() to do that.
Details
Details
- Reviewers
pulkit - Group Reviewers
hg-reviewers - Commits
- rHG4814d993fe21: unshelve: handle stripping changesets on interactive mode
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
Can you add tests for this? There is no test which passes or fails because of this change.
Comment Actions
I think this change is required. A nice way to figure out will be to add the test which you added and not make the change in code and see whether do we remove the extra cset or not.
Comment Actions
I am not sure why, but test-shelve.t fails for me with some hash changes. Can you have a look?