Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to diff a range of changesets in TortoiseHg 2.0?

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

like image 782
Peter Graham Avatar asked Jul 14 '11 04:07

Peter Graham


1 Answers

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.

like image 112
Helgi Avatar answered Oct 20 '22 04:10

Helgi