acl: fix ReST syntax in docstring
authorMartin Geisler <mg@lazybytes.net>
Sat, 01 May 2010 14:20:17 +0200
changeset 11057 7f0796a0b35c
parent 11056 b7b232b6164d
child 11058 f6dcbeb5babe
acl: fix ReST syntax in docstring
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 =