Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to see all tags in TortoiseHg. Any handy way of switching and computing diffs 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 commits with tags, does TortoiseHg support any way of quickly switching or visualizing diffs between them?

like image 567
Amelio Vazquez-Reina Avatar asked Feb 01 '12 18:02

Amelio Vazquez-Reina


People also ask

How can I see my last commit in Mercurial?

Mercurial tracks changes committed to the repository. If your project or project suite is stored in a Mercurial repository, you can view the history of changes made to your project or project suite directly from TestComplete. Select File > Source Control > Show Log from the TestComplete main menu.

What is TortoiseHg used for?

TortoiseHg is a set of graphical tools and a shell extension for the Mercurial distributed revision control system. On Windows, TortoiseHg consists of a shell extension, which provides overlay icons and context menus in your file explorer, and a command line program named thg.exe which can launch the TortoiseHg tools.

How to merge in TortoiseHg?

Once all the conflicts are resolved you can close TortoiseHg's resolve conflicts dialog and click next on the merge window. On this next screen you can enter the commit message and then click Commit Now . You are now done.

What is TortoiseHg workbench?

Workbench. TortoiseHg is a Windows shell extension and a series of applications for the Mercurial distributed revision control system. It also includes a Gnome/Nautilus extension and a CLI wrapper application so the TortoiseHg tools can be used on non-Windows platforms.


1 Answers

  • Did you try to explore THG interface (namely - workbench toolbar buttons)? Fourth from left button do any filters ("tagged()" is predefined)

Tags filter

  • To view the differences between two tags, right click on the two selected tags

Context menu

like image 153
Lazy Badger Avatar answered Sep 28 '22 18:09

Lazy Badger