filemerge.filemerge() returns None if no merge was needed because
the two sides were identical. I'd like to move that to the
caller. This is a little refactoring to prepare for that.
Details
Details
- Reviewers
Alphare - Group Reviewers
hg-reviewers - Commits
- rHGd169e651066b: mergestate: use an early return for trivial merges
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.