( )⚙ D6703 unshelve: add abort on using continue and interactive together

This is an archive of the discontinued Mercurial Phabricator instance.

unshelve: add abort on using continue and interactive together
ClosedPublic

Authored by navaneeth.suresh on Jul 30 2019, 12:10 PM.

Details

Summary

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.

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.