How to Use WinMerge as the Diff tool for Mercurial
- by quanticle
I'm using the Mercurial distributed version control system, and I'm wondering how I can configure it to use WinMerge instead of its own internal diff tool. I've already got WinMerge as the merge tool, but I want Mercurial to use WinMerge when I type:
hg diff
Is there any way of doing that, or am I stuck with Mercurial's internal diff tool?