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

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

How do I check if an insert was successful with MySQLdb in Python? -