On Tue, Mar 12, 2013 at 1:08 PM, Brian Fischer <[email protected]>wrote:
> Is it possible to configure TortoiseHg to display the results of a diff
> tool report in the commit tab?
>
> I am using TortoiseHg with binary files. All of the binary files appear
> with the following text in the commit window "diff view" (what is the
> proper name for this GUI location?):
> "File or diffs not displayed: File is binary"
>
>
> Some more detail on what I would like to accomplish:
> 1. File is selected in the commit tab
> 2. Invoke the external diff tool on the selected file and previous revision
> 3. Display the report (plain text file) from the external diff tool in the
> commit tab diff view window
>
>
> Any suggestions on how to customize TortoiseHg when viewing binary
> differences would be appreciated.
>
There is no support for this in TortoiseHg.
The best you can do is to register a comparison script as a [diff-tool],
then register a [diff-pattern] associating the file extension with that
diff-tool, and then trigger a visual diff of the file. The script may have
to be a bit creative to present the results in a GUI window (xmessage, or
something similar)
See documentation on the extdiff extension
--
Steve Borho
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Tortoisehg-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tortoisehg-discuss