I'd like to do something like hg diff -rX::Y
in TortoiseHg and see the result in the TortoiseHg's graphical diff. Is this possible? It seems to have been possible in 1.0, but I can't find that context menu item in 2.0.5
Asked
Active
Viewed 532 times
8

Vadim Kotov
- 8,084
- 8
- 48
- 62

Peter Graham
- 11,323
- 7
- 40
- 42
1 Answers
9
In TortoiseHg Workbench:
- Select revision
X
. - Hold Ctrl and select revision
Y
. - Right-click on revision
Y
. In the context menu, click Visual Diff.
If you have kdiff3 configured as the diff viewer in TortoiseHg, you'll see the directory diff for X:Y
.

Helgi
- 5,428
- 1
- 31
- 48