It's seem really weird to go through a lot of unrelated code before we
call hg.merge(..., abort=True) when we can just call
hg.abortmerge() and return early.
Details
Details
- Reviewers
pulkit - Group Reviewers
hg-reviewers - Commits
- rHG6744859ff3ee: merge: call hg.abortmerge() directly and return early
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.