Reputation: 8572
This is a followon question to:
svn or mercurial version control of word documents
Since mercurial has the ability to process zipped files, it might be able to handle word docs. But if it embeds change text, word is going to blow up.
In mercurial, is there any way to either merge a file, or report that it needs to be manually merged without actually getting the file and injecting bad characters in it?
Upvotes: 2
Views: 258
Reputation: 9953
I'd guess all you need to do is to set up an interactive merge tool. If this does not work, have a look at merge patterns.
Upvotes: 5