PyCharm Edu 2018.3 Help

Tagging Changesets

PyCharm Edu supports both local and global tags. Local tags are stored in the file .hg/localtags in the repository, global tags are stored in the file .hgtags.

For more information about Mercurial tags, see Mercurial Documentation: Tag.

Tagging a repository

PyCharm Edu provides UI for tagging the current repository which means assigning a tag to its tip. The created tag is global, is stored in the file .hgtags. After commit, the tag appears in the Log tab of the Version Control tool window.

  1. Open the Tag dialog box by doing one of the following:
    • On the main menu, choose VCS | Mercurial | Tag Repository.

    • On the context menu of the Editor, choose Mercurial | Tag Repository.

  2. In the Tag dialog box that opens, specify the tag name. The name must be unique.

Last modified: 29 June 2019