8

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

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Peter Graham
  • 11,323
  • 7
  • 40
  • 42

1 Answers1

9

In TortoiseHg Workbench:

  1. Select revision X.
  2. Hold Ctrl and select revision Y.
  3. 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