# HG changeset patch # User Martin Geisler # Date 1272716417 -7200 # Node ID 7f0796a0b35c6277ffd75044659b030732726316 # Parent b7b232b6164df7cebbf7cd695f44d18c7732be0c acl: fix ReST syntax in docstring diff -r b7b232b6164d -r 7f0796a0b35c hgext/acl.py --- a/hgext/acl.py Sat May 01 16:15:55 2010 +0200 +++ b/hgext/acl.py Sat May 01 14:20:17 2010 +0200 @@ -26,6 +26,7 @@ The allow and deny sections take key-value pairs, having a subtree pattern as key (with a glob syntax by default). The corresponding value can be either: + 1) an asterisk, to match everyone; 2) a comma-separated list containing users and groups. @@ -35,7 +36,7 @@ The set of users for a group is taken from "grp.getgrnam" (see http://docs.python.org/library/grp.html#grp.getgrnam). -To use this hook, configure the acl extension in your hgrc like this: +To use this hook, configure the acl extension in your hgrc like this:: [extensions] acl =