Every time I do an hg diff file.ext I end up using a console diff application. I would like to use Kdiff3 or WinMerge (I\'m using Windows).
hg diff file.ext
Is there a way t
With this config
[extdiff] cmd.kdiff3 =
I use this command to see diffs:
hg kdiff
This shows a directory tree with all files that have changed. You click a file to see diffs for just the file. You may be able to add a file parameter to the command to just see one file.
More info here.