acl: update docstring to describe section [acl.groups]
authorElifarley Callado Coelho Cruz <elifarley@gmail.com>
Thu, 06 May 2010 15:14:40 -0300
changeset 11115 b3d5619f1f2b
parent 11114 62714143742f
child 11116 2a857f9d2c6c
acl: update docstring to describe section [acl.groups]
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
 ---------------------