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?