These options are greyed out if you've unchecked the box 'Allow SourceTree to modify your global Mercurial and Git configuration files' at the top of the 'General' tab. SourceTree can't set up the external diff for you if it's not allowed to update the config files.
Feature request: could you add a simple tool tip that explains this? So this information is more readily discoverable :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can use an alternative diff (probably merge too?) tool in mercurial *without* needing to 'Allow SourceTree to modify your global Mercurial and Git configuration files'.
In your ~/.hgrc you can have:
[extensions] hgext.extdiff = [extdiff] cmd.sourcetreediff=/usr/local/bin/twdiff opts.sourcetreediff=--resume --reverse --wait
for example.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.