I did a quick search through my archives of this mailing list and the hg list and found the thread below, but the question wasn't answered.
So I was wondering if there is a way to invoke the visual diff tool through the TortoiseHg interface. Specific use case: >From Windows Explorer I find the file of interest and right-click and select Hg Repository Explorer which opens the explorer w/ Keywords set to select only changesets containing my file of interest. Great I now see that it has been changed in rev 1131, 1128, 1124, 1118, 1078, 1046... I would like to open a visual diff comparing the version of the file from changeset 1124 and changeset 1046. Can I do this from the Repository Explorer, and if so, how? Thanks, Mike On Mon, Nov 23, 2009 at 9:09 PM, [email protected] < [email protected]> wrote: > i figured it out by command line it be like > > hg diff -r{number} -r{number} filename > > What about GUI tool like TortoiseHg ? > > Thanks > > On Mon, Nov 23, 2009 at 5:42 PM, [email protected] > <[email protected]> wrote: > > I know we can diff from current changed file with files been > > committed, but how can we compare file between two history revision > > number (say i am in revision 6 , i like to compare revision 5 and 2), > > especially how to do this with TortoiseHg . > > > > Thanks > > >
------------------------------------------------------------------------------ Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL, new data types, scalar functions, improved concurrency, built-in packages, OCI, SQL*Plus, data movement tools, best practices and more. http://p.sf.net/sfu/oracle-sfdev2dev
_______________________________________________ Tortoisehg-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-discuss

