changeset 11057:7f0796a0b35c

acl: fix ReST syntax in docstring
author Martin Geisler <mg@lazybytes.net>
date Sat, 01 May 2010 14:20:17 +0200
parents b7b232b6164d
children f6dcbeb5babe
files hgext/acl.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 =