10

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

Marcus Leon
  • 55,199
  • 118
  • 297
  • 429

1 Answers1

8

This can be done with the Extdiff extension.

ChrisGPT was on strike
  • 127,765
  • 105
  • 273
  • 257
joeforker
  • 40,459
  • 37
  • 151
  • 246