Question

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

Was it helpful?

Solution

This can be done with the Extdiff extension.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top