Add a tag for the current or specified revision of the local Mercurial repository. This is available for PHP 5.4 and higher.
Table C.35: Attributes
Name | Type | Description | Default | Required |
---|---|---|---|---|
message | String | Message to add/edit tag with. | n/a | No |
name | String | Name of tag. | n/a | Yes |
repository | String | Path to Mercurial repository. | n/a | No |
revision | String | Revision to tag. | n/a | No |
user | String | User to record as the committer. | n/a | No |