Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 912
Marcus Leon Avatar asked Sep 18 '09 14:09

Marcus Leon


1 Answers

This can be done with the Extdiff extension.

like image 165
joeforker Avatar answered Dec 02 '22 16:12

joeforker