diff -r 4e35dea77e31 -r 979b107eaea2 hgext/acl.py --- a/hgext/acl.py Mon Jul 23 19:03:32 2012 +0200 +++ b/hgext/acl.py Wed Jul 25 16:40:38 2012 +0900 @@ -32,7 +32,7 @@ The allow and deny sections take key-value pairs. Branch-based Access Control -........................... +--------------------------- Use the ``acl.deny.branches`` and ``acl.allow.branches`` sections to have branch-based access control. Keys in these sections can be @@ -50,7 +50,7 @@ of the match. Path-based Access Control -......................... +------------------------- Use the ``acl.deny`` and ``acl.allow`` sections to have path-based access control. Keys in these sections accept a subtree pattern (with @@ -58,7 +58,7 @@ syntax as the other sections above. Groups -...... +------ Group names must be prefixed with an ``@`` symbol. Specifying a group name has the same effect as specifying all the users in that group. @@ -69,7 +69,7 @@ Otherwise, an exception will be raised. Example Configuration -..................... +--------------------- ::