Using external diff tools with Mercurial
Asked Answered
A

1

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

Adao answered 18/9, 2009 at 14:59 Comment(0)
G
8

This can be done with the Extdiff extension.

Gerianne answered 18/9, 2009 at 21:5 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.