unshelve --continue --interactive will not work as expected by the
user as the mode of in-progress unshelve is preserved and cannot be
overwritten. This patch makes unshelve to throw an error on using
both --continue and --interactive together with unshelve.
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHG52a383451739: unshelve: add abort on using continue and interactive together
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.