I want to merge two MSX.xls files when updating a repository using TortoiseHg, and I get the following error:
tool tortoisemerge can't handle binary tool kdiff3 can't handle binary tool tortoisemerge can't handle binary tool docdiff can't handle binary abort: response expected
When I add these lines to the hgrc file:
[merge-patterns] **.xls = docdiff
I get another error:
merging test.xls merging test.xls failed! 0 files updated, 0 files merged, 0 files removed, 1 files unresolved
What am I doing wrong? When I run docdiff from the command line, it succeeds.
source share