集市自动标签
我想使用automatic_tag_name钩子来自动创建标签名称,而不需要手动输入
我尝试这样写:automatic_tag_name(branch name,10)=“GIL”
- 这是正确的语法吗? (我在文档中找到了一些有关它的信息)
- 是否可以从文件创建标签名称?该文件将仅包含标签名称
I want to use the automatic_tag_name hook to automatic create tag name without the need of manually typing
I tried to write it like it : automatic_tag_name(branch name,10)= "GIL"
- Is it the correct syntax? (i found iittle information on it in the documents)
- Is it possible to create tag name from a file? this file will contains only the tag name
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅此处的示例 pahe:
http://doc.bazaar.canonical.com/latest/en /user-guide/hooks.html
所以正确的调用应该是:
See this example pahe here:
http://doc.bazaar.canonical.com/latest/en/user-guide/hooks.html
SO correct call should be: