diff -r cc0593af30d4 -r 868670dbc237 hgext/acl.py --- 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.