On Thu, Jul 16, 2009 at 4:22 AM, bardy<bard...@gmail.com> wrote:
> Can I define several vdiff tool and when I click "Show diff" it auto
> select different diff tool based on file extentions ?

Not yet.  If I have time, I would like to add this in 0.9.

> e.g. I just find " Compare It! " is better to show differences between
> Microsoft .doc files. so I want to use it to compare .doc files,
> and use kdiff3 to compare other files.

In the short term, if you add your tool as a separate extdiff command,
you can manually select the diff tool for each file that you diff, so
long as you don't bypass the visual diff dialog.  Add something like
the following to your user Mercurial.ini file.

[extdiff]
docdiff = C:\path\to\compareit

--
Steve Borho

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Tortoisehg-discuss mailing list
Tortoisehg-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-discuss

Reply via email to