The Mercurial Tag action adds a tag to a particular revision in the specified repository.

 

 

Tag

The tag to add.

 

Commit message

The comment to add to the commit. NB If a commit message is not specified you will be interactively prompted to enter one when the action runs.

 

Revision

The revision to tag. If none is specified, the parent of the working directory is used.

 

Date

Set the commit date as the date specified. See for more information.

 

User

Set the specified user as the committer

 

Force

Replace an existing tag.

 

Local

Make a local tag. Local tags are stored only in the local repository and are not pushed, pulled or exported.

 

Remove

Remove the specified tag

  • No labels