Adding a tag to a revision in Mercurial is pretty easy at the command-line:
1 |
$ hg tag FOOBAR_TAG |
However, if you are used to the TortoiseHg workflow, it is not obvious where to find the Add Tag option. To add a tag, open Repository Explorer, click on the revision you wish to tag, right-click and choose the Add/Remove Tag option.