Tag dialog (Mercurial)
Install the Mercurial plugin
This functionality relies on the Mercurial plugin, which you need to install and enable.
Press Ctrl+Alt+S to open settings and then select .
Open the Marketplace tab, find the Mercurial plugin, and click Install (restart the IDE if prompted).
Use this dialog to create a global tag that identifies the tip of a repository, which is the most recently changed head in this repository. The created tag will be stored in the file .hgtags and tracked by Mercurial.
Item | Description |
|---|---|
Select repository to tag | From this list, choose the repository whose tip you want to tag. The list shows the location of the repositories under the project root. |
Tag name | In this field, type the name of the tag. By this name, you will be able to find the tag in the Log tab of the Version Control tool window Alt+9. |