On Fri, Aug 26, 2011 at 10:32 PM, Sean McCleary <[email protected]>wrote:
> 'A *property* is a name/value pair. Internally, fossil implements tags as > properties with a NULL value. ... The *branch* tag tells (by its value) > what branch the check-in is a member of. The default branch is called > "trunk".' > > The "branch" tag mentioned there isn't actually a tag at all, is it? > According to the first sentence, it's a property, and would only be a tag if > its value were null (which it isn't). > The first sentence does not say that the value _must_ be non-NULL. The second sentence says that tags have a NULL value but does not explicitly disallow NULL values in non-tag properties (which is how it seems you are interpreting it?). To me the docs sound correct, but maybe one of the mega-brains can sort it out for us. -- ----- stephan beal http://wanderinghorse.net/home/stephan/
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

