On Thu, Jul 16, 2009 at 5:22 PM, 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 ?
>
> 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.
>

I just find this in http://mercurial.selenic.com/wiki/MergeToolConfiguration ,
but it's for merge, how about diff ?

----------------------
Example configuration:

 [merge-tools]
 mymergetool.priority = 100
 mymergetool.premerge = False
 mymergetool.args = $local $other $base -o $output
 myimgmerge =
 [merge-patterns]
 **.jpg = myimgmerge
 **.exe = internal:fail

--------------------

------------------------------------------------------------------------------
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