# # patch "ChangeLog" # from [f6196f883085475828333c6cb25d2291f528920e] # to [eb1ef899e25adcf514b177548b15d36aebf0c78f] # # patch "monotone.texi" # from [c48e13daf046f973f1a6ed8a1c9f6912b00a79dd] # to [5318f542106b284227c9be027f3b66fdde71931d] # ======================================================================== --- ChangeLog f6196f883085475828333c6cb25d2291f528920e +++ ChangeLog eb1ef899e25adcf514b177548b15d36aebf0c78f @@ -1,3 +1,8 @@ +2005-11-10 Timothy Brownawell + + * monotone.texi: update example project with latest read-permissions + format. Mention comment lines in the description in the hooks section + 2005-11-08 Timothy Brownawell Make a basic_io parser available to Lua. ======================================================================== --- monotone.texi c48e13daf046f973f1a6ed8a1c9f6912b00a79dd +++ monotone.texi 5318f542106b284227c9be027f3b66fdde71931d @@ -1629,9 +1629,9 @@ @smallexample @group $ cat >>~/.monotone/read-permissions -[*] -abe@@juicebot.co.jp -beth@@juicebot.co.jp +pattern "*" +allow "abe@@juicebot.co.jp" +allow "beth@@juicebot.co.jp" ^D $ cat >>~/.monotone/write-permissions @@ -5905,6 +5905,7 @@ allow "joe@@example.net" allow "jim@@example.net" +comment "everyone can read these branches" pattern "address@hidden,address@hidden" allow "*" @end group @@ -5916,8 +5917,8 @@ The file is divided into stanzas of one @code{pattern} line followed by any number of @code{allow} and @code{deny} lines, and possibly a @code{continue} -line. Lines which do not consist of one of these words followed by an argument -in quotes will be ignored. A stanza is processed if the argument to +line. Anything from the unquoted word @code{comment} until the next unquoted +word is ignored. A stanza is processed if the argument to @code{pattern} is a glob that matches @var{branch}. Any keys which match an @code{allow} line are given access, and any keys which match a @code{deny} line are denied access. If there is a @code{continue "true"} line, then if the key