Mercurial > hg
changeset 9201:3d6c9659886b
acl: use reST syntax for literal blocks
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Thu, 23 Jul 2009 00:01:24 +0200 |
parents | 6b4c527c3d22 |
children | 82de0bb056d7 |
files | hgext/acl.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/acl.py Wed Jul 22 23:26:27 2009 +0200 +++ b/hgext/acl.py Thu Jul 23 00:01:24 2009 +0200 @@ -21,7 +21,7 @@ then disable the hook. Nor is it safe if remote users share an account, because then there is no way to distinguish them. -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] hgext.acl = @@ -36,7 +36,7 @@ The allow and deny sections take a subtree pattern as key (with a glob syntax by default), and a comma separated list of users as the corresponding value. -The deny list is checked before the allow list is. +The deny list is checked before the allow list is. :: [acl.allow] # If acl.allow is not present, all users are allowed by default.