# HG changeset patch # User Elifarley Callado Coelho Cruz # Date 1273169680 10800 # Node ID b3d5619f1f2b68035c01d348b7a6bb4f9abd537e # Parent 62714143742f015f95ad78d150527f9bc65e70d0 acl: update docstring to describe section [acl.groups] diff -r 62714143742f -r b3d5619f1f2b hgext/acl.py --- 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 ---------------------