How to see all tags in TortoiseHg. Any convenient way to switch and calculate different between them?

Is there a way to see all tags in Tortoise Mercurial? For example, is there a way to filter the visualization of all my commits and show only those that have tags in them?

Besides viewing only tagged commits, does TortoiseHg support any way to quickly switch or visualize the differences between them?

+6
source share
1 answer
  • Have you tried exploring the THG interface (namely the toolbar buttons)? The fourth left button executes any filters ("tagged ()" is predefined)

Tags filter

  • To see the differences between the two tags, right-click on the two selected tags.

Context menu

+14
source

Source: https://habr.com/ru/post/907413/


All Articles