hgext/acl.py
changeset 8935 f4f0e902b750
parent 8894 868670dbc237
child 9018 5ed463d0ebdb
--- a/hgext/acl.py	Wed Jun 24 13:42:02 2009 +0200
+++ b/hgext/acl.py	Wed Jun 24 13:42:34 2009 +0200
@@ -6,7 +6,7 @@
 # GNU General Public License version 2, incorporated herein by reference.
 #
 
-'''control access to a repository using simple hooks
+'''hooks for controlling repository access
 
 This hook makes it possible to allow or deny write access to portions
 of a repository when receiving incoming changesets.