Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Annotate feature in tortoisehg

Is annotate feature available somewhere in TortoiseHg 2.x?

like image 210
zerkms Avatar asked May 04 '11 23:05

zerkms


People also ask

Is TortoiseHg free?

It is free software released under the GNU General Public License. TortoiseHg can be used as a client to a git server.

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.

How do I update TortoiseHg?

1 Answer. Show activity on this post. 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.


1 Answers

Yes, it is.

Open up TortoiseHg Workbench on top of your repository.

Then click the Manifest button, it looks like this in the toolbar: manifest button

In the list, find the file you want to look at, right-click and choose File History:

file history menu item

In the dialog that opens up, in the toolbar just above the file contents, click the button for the annotation view:

annotate button

And then you should have your annotated view of the file. Note that a mouse-over on a line will show a status message at the very bottom of the window with the commit message and some details, but some details like single line changes with no content (ie. you added an empty line) might not give you a mouse-over. The revision number in the left column refers to an entry in the history list above the view though:

annotate view

like image 90
Lasse V. Karlsen Avatar answered Sep 30 '22 21:09

Lasse V. Karlsen