comparison hgext/acl.py @ 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 0b6fd18ab8af
comparison
equal deleted inserted replaced
11114:62714143742f 11115:b3d5619f1f2b
57 Groups 57 Groups
58 ------ 58 ------
59 59
60 Group names must be prefixed with an ``@`` symbol. Specifying a group 60 Group names must be prefixed with an ``@`` symbol. Specifying a group
61 name has the same effect as specifying all the users in that group. 61 name has the same effect as specifying all the users in that group.
62
63 You can define group members in the ``acl.groups`` section.
64 If a group name is not defined there, and Mercurial is running under
65 a Unix-like system, the list of users will be taken from the OS.
66 Otherwise, an exception will be raised.
62 67
63 Example Configuration 68 Example Configuration
64 --------------------- 69 ---------------------
65 70
66 :: 71 ::