[PATCH 2 of 3] acl: update docstring to describe section [acl.groups]

elifarley at gmail.com elifarley at gmail.com
Thu May 6 13:34:56 CDT 2010


 hgext/acl.py |  5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)


# HG changeset patch
# User Elifarley Callado Coelho Cruz <elifarley at gmail.com>
# Date 1273169680 10800
# Node ID e8203fa4d6bda60cfbac230790f6b04c60d95084
# Parent  b31cbda13364833866432b427ceaf540edb6527e
acl: update docstring to describe section [acl.groups]

diff --git a/hgext/acl.py b/hgext/acl.py
--- a/hgext/acl.py
+++ b/hgext/acl.py
@@ -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
 ---------------------
 


More information about the Mercurial-devel mailing list