Hg:如何将变更集标记为“稳定”

发布于 2024-09-17 08:48:00 字数 255 浏览 7 评论 0原文

作为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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

拍不死你 2024-09-24 08:48:00

我相信它们没有被“标记”为稳定。

这些提交是分支“稳定”历史记录的一部分。

alt text

查看图表:

“替代文字”

I believe they are not "marked" as stable.

Those commits are part of the branch 'stable' history.

alt text

See the graph:

alt text

櫻之舞 2024-09-24 08:48:00

这是命名分支,而不是标签。 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文