Hello, The trick is in the '--raw' flag. I used:
fossil tag add --raw closed <checkin>. Actually, I'd say the documentation is meagre in how to do it. I found the solution by accident in scripts sent by Paul Serice. It was one of the previous posts: http://www.mail-archive.com/[email protected]/msg01222.html Considering what the help message says about --raw option (fossil help tag), a regular user should never use it, so I suppose fossil lacks a command like: 'fossil branch close' or 'fossil leave close'. Cheers, Jacek 2010/2/27 Joshua Paine <[email protected]> > On Sat, 2010-02-27 at 12:02 +0800, Michael Richter wrote: > > Closing off a branch is done by tagging the branch "closed" according > > to that doc if I've read it right. > > The only way I could find to do this did not have the desired effect. > > `fossil tag add closed branch-name` indeed adds a tag 'closed' to the > leaf of that branch (so that fossil ui or fossil leaves shows (user: > joshua tags: branch-name, closed), but the leaf is not actually marked > as a "Closed-Leaf" as seen in > <http://www.fossil-scm.org/test/fossil/leaves?closed>, and the branch is > still listed under open branches. > > Obviously it's possible to close a leaf, but I've missed how to actually > do it. > > -- > Joshua Paine > LetterBlock: Web applications built with joy > http://letterblock.com/ > 301-576-1920 > > _______________________________________________ > fossil-users mailing list > [email protected] > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users >
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

