We currently pass around pairs of file context objects and labels
between functions in the filemerge module. I plan to pass around
simplemerge.MergeInput instead. This patch prepares for that by
using the type internally in filemerge.filemerge().
Details
Details
- Reviewers
 Alphare - Group Reviewers
 hg-reviewers - Commits
 - rHG07069fcd9a6e: filemerge: work with `simplemerge.MergeInput` in `filemerge()`
 
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.