Mercurial > hg
changeset 11115:b3d5619f1f2b
acl: update docstring to describe section [acl.groups]
author | Elifarley Callado Coelho Cruz <elifarley@gmail.com> |
---|---|
date | Thu, 06 May 2010 15:14:40 -0300 |
parents | 62714143742f |
children | 2a857f9d2c6c |
files | hgext/acl.py |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/acl.py Thu May 06 14:23:14 2010 -0300 +++ b/hgext/acl.py Thu May 06 15:14:40 2010 -0300 @@ -60,6 +60,11 @@ Group names must be prefixed with an ``@`` symbol. Specifying a group name has the same effect as specifying all the users in that group. +You can define group members in the ``acl.groups`` section. +If a group name is not defined there, and Mercurial is running under +a Unix-like system, the list of users will be taken from the OS. +Otherwise, an exception will be raised. + Example Configuration ---------------------