Hg:如何将变更集标记为“稳定”
作为hg本身的存储库,一些变更集被标记为'stable'.我想知道如何将
'stable'
标记添加到变更集中。我用谷歌搜索过,但没有帮助。我尝试了 'hg help tag'
但仍然不知道该怎么做。我错过了一些非常基本的东西吗?
提前致谢。
As the repository of hg itself, some changesets are marked with 'stable'
. I am wondering how to add the 'stable'
mark to changesets. I had googled but it doesn't help. I tried 'hg help tag'
but still can not figure out how to do it. Do I miss something very basic?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我相信它们没有被“标记”为稳定。
这些提交是分支“稳定”历史记录的一部分。
查看图表:
I believe they are not "marked" as stable.
Those commits are part of the branch 'stable' history.
See the graph:
这是命名分支,而不是标签。 hg help 分支,或者更好地阅读 Mercurial Book:http: //hgbook.red-bean.com/read/managing-releases-and-branchy-development.html
This is named branch, not tag. hg help branch, or better read Mercurial Book: http://hgbook.red-bean.com/read/managing-releases-and-branchy-development.html