If part of a file is shelved (as we already do in a test), there will
be an unfinished merge state left after hg shelve finishes. There
should never be a merge conflict and there should never be a reason
that the user would like to re-resolve conflicts, so we should clear
that state (see next patch).
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHG781b09790633: tests: show that interactive shelve can leave the repo with a merge state
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.