Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TortoiseHG Revision Graph

Tags:

tortoisehg

I would like to know what the little star means in the TortoiseHG revision graph? I had a look around the docs and could not find a key for it.

like image 954
keyoke Avatar asked Jun 29 '10 16:06

keyoke


People also ask

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 do I update TortoiseHg?

Or in Workbench, right click on Tip and select Update. Or you can just right click, Update and select update to branchname / tip without worrying about the revision you are looking at.

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.


2 Answers

I don't know if it's in the docs, but you already answered your question in your comment:

When you pull or commit and then refresh the Repository Explorer, the new revision(s) are marked with green text and this little star, so you can recognize the new revision(s) immediately.

like image 168
Christian Specht Avatar answered Oct 30 '22 08:10

Christian Specht


The documentation says http://tortoisehg.bitbucket.io/manual/2.9/changelog.html

Changesets which are added to the repository after the changelog tool was opened are marked with green stars in the graph. This includes recent commits, pulled changesets, and applied patches.

Thats correct but my stars are yellow, too.

like image 24
J. Graumann Avatar answered Oct 30 '22 06:10

J. Graumann