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

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

See http://mercurial.selenic.com/wiki/ExtdiffExtension

link|improve this answer
Sweet, worked perfect! – Marcus Sep 21 '09 at 13:18
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.