Search code examples
mercurialdiffexamdiffkdiff3

Using external diff tools with Mercurial


Anyone know how integrate ExamDiff with Mercurial? I have KDiff3 set up but couldn't figure out how to set up ExamDiff.


Update: Per accepted answer, this .hgrc config worked:

[extensions]
hgext.extdiff =

[extdiff]
cmd.examdiff = C:\Program Files\ExamDiff Pro\ExamDiff.exe

Can run ExamDiff with the comand hg examdiff


Solution

  • This can be done with the Extdiff extension.