如何在 Fossil 中闭合叶子
有关 Fossil SCM 中分支的文档 说如果叶子有闭合标签,则被认为是闭合的。但是,当我进入时,
> fossil tag add closed xxxxx
> fossil leaves --closed
>
它并没有显示任何已关闭的内容。如果我使用 --propagate
添加标签,也会发生同样的事情。当我检查 Fossil 的闭合叶子 本身时,列出的叶子没有 <显示代码>关闭标签。我有什么误解吗?
The documentation on branching in Fossil SCM says a leaf is considered closed if it has a closed tag. However, when I enter
> fossil tag add closed xxxxx
> fossil leaves --closed
>
it doesn't show anything as closed. The same thing happens if I add the tag with --propagate
. When I check closed leaves of Fossil itself, the leaves listed have no closed
tags displayed. What am I misunderstanding?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 fossil tag add --raw close check-in
另一种方法是启动用户界面,转到签入详细信息并编辑其属性(标记为已关闭)
Use
fossil tag add --raw closed check-in
Another way to do it is start the user interface, go to check-in details and edit its properties (mark as closed)