Re: [fossil-users] How to close a branch?

2010-02-27 Thread Paul Serice
fossil tag --raw add closed ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Re: [fossil-users] How to close a branch?

2010-02-27 Thread Jacek Cała
Hello, The trick is in the '--raw' flag. I used: fossil tag add --raw closed . 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/fossil-users@lists.fossil-

Re: [fossil-users] How to close a branch?

2010-02-27 Thread Joshua Paine
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 'close