new extdiff extension in crew

Vadim Gelfer vadim.gelfer at gmail.com
Mon May 22 01:39:40 CDT 2006


i have written extension to allow to use external diff program. see
hgext/extdiff.py in crew.

extension also allows to define new hg diff commands. so you can write
shortcut like this:

[hgext]
cmd.vdiff = kdiff3

then run "hg vdiff" on command line. this is same as "hg extdiff -p
kdiff3" but less typing.



More information about the Mercurial mailing list