ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、视频、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
# C.38 HgTagTask 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.39:聽Attributes NameTypeDescriptionDefaultRequired`message``String`Message to add/edit tag with.n/aNo`name``String`Name of tag.n/aYes`repository``String`Path to Mercurial repository.n/aNo`revision``String`Revision to tag.n/aNo`user``String`User to record as the committer.n/aNo C.38.1 Example `<hgtag user="phingbot" message="tagging new release" name="v0.1.2"/> `