mercurial - hg diff calling kdfif3 instead of outputting text -
mercurial - hg diff calling kdfif3 instead of outputting text -
is possible run kdiff3 instead of outputting text when run hg diff? can either switch or setup allows hookup kdiff3.
you should extdiff extension. allows create new diff commands can launch external diff tools, such kdiff3.
you configure like:
[extdiff] cmd.vdiff = kdiff3 and can utilize hg vdiff graphical diff using kdiff3. strangely, extension doesn't allow overload normal hg diff command — lets add together new commands.
mercurial
Comments
Post a Comment