2009/7/27 Andreas Tscharner <a...@vis.ethz.ch>:
> Hello World,
>
> I have the same problem. I entered my diff application (Beyond Compare
> 3) into to "Visual Diff Command" field in TortoiseHG -> Repository Settings
> This added a section
>
> [tortoisehg]
>
> into the hgrc field of the repository with the following entry
> vdiff = <PathToDiff>
>
> This entry always leads to the "Visual Diff tool not configured" error
> message

tortoisehg.vdiff must be set to a configured extdiff command.

[extdiff]
mytool = <PathToDiff>

[tortoisehg]
vdiff = mytool

--
Steve Borho

------------------------------------------------------------------------------
_______________________________________________
Tortoisehg-discuss mailing list
Tortoisehg-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-discuss

Reply via email to