How to close a leaf in Fossil

无人久伴 提交于 2019-12-23 08:13:35

问题


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?


回答1:


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)



来源:https://stackoverflow.com/questions/3779861/how-to-close-a-leaf-in-fossil

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!