In TortoiseHg 1.7, I could point Hg Repository Explorer at file and see a list of versions. Selecting 2 versions and right-clicking allowed me to launch my favorite Visual Diff tool to display their differences.
I recently upgraded to TortoiseHg 2.0.3 and can't find a way to visually diff anything except the working file with the tip version. "Revision History" shows a list similar to the old Repo Explorer, but doesn't seem to have a way to lanch a visual diff. Has this featured been removed?
As noted by @dls, you can get a visual diff of any two revisions of the repo by:
Visual diff...
TortoiseHg v2.0.x also includes a feature to diff arbitrary versions of a single file.
manifest
windowCompare file revisions
This opens the Hg file log viewer
as shown below:
From this window, you can diff arbitrary versions of the file. Select the before
revision in the upper-left. Select the after
revision in the upper-right. The bottom half of the window shows a visual diff.