--- 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 =