hgext/acl.py
changeset 8894 868670dbc237
parent 8893 cc0593af30d4
child 8935 f4f0e902b750
--- a/hgext/acl.py	Mon Jun 22 14:49:07 2009 +0200
+++ b/hgext/acl.py	Mon Jun 22 15:48:08 2009 +0200
@@ -6,7 +6,7 @@
 # GNU General Public License version 2, incorporated herein by reference.
 #
 
-'''provide simple hooks for access control
+'''control access to a repository using simple hooks
 
 This hook makes it possible to allow or deny write access to portions
 of a repository when receiving incoming changesets.