I want to use kdiff3 as a tool for comparing different versions of a repository. Is there a way how one can do it?

link|improve this question

80% accept rate
feedback

1 Answer

up vote 2 down vote accepted

I have found the answer and want to let it here in order not to forget:

Add to ~/.hgrc file the following sections:

[extensions]
hgext.extdiff =

[extdiff]
cmd.kdiff3 =

and then type:

hg kdiff3
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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