How to Use WinMerge as the Diff tool for Mercurial

Posted by quanticle on Super User See other posts from Super User or by quanticle
Published on 2009-08-17T04:12:34Z Indexed on 2010/05/05 3:48 UTC
Read the original article Hit count: 420

Filed under:
|
|

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?

© Super User or respective owner

Related posts about diff

Related posts about winmerge