The mercurial.simplemerge module still has some command-lines
processing that doesn't belong in such a low-level module. This patch
moves the handling of hg simplemerge --print to the extension by
having mercurial.simplemerge.simplemerge() return the merged text.
Details
Details
- Reviewers
Alphare - Group Reviewers
hg-reviewers - Commits
- rHG6ae3c97a0919: simplemerge: move printing of merge result to extension
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.
Shouldn't this be using util.writefile?