Search code examples
mercurialtortoisehgtortoisehg-2.0

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


Solution

  • 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.