diff -r 9dda4c73fc3b -r f4f0e902b750 hgext/acl.py --- 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.