hgext/acl.py
changeset 8894 868670dbc237
parent 8893 cc0593af30d4
child 8935 f4f0e902b750
equal deleted inserted replaced
8893:cc0593af30d4 8894:868670dbc237
     4 #
     4 #
     5 # This software may be used and distributed according to the terms of the
     5 # This software may be used and distributed according to the terms of the
     6 # GNU General Public License version 2, incorporated herein by reference.
     6 # GNU General Public License version 2, incorporated herein by reference.
     7 #
     7 #
     8 
     8 
     9 '''provide simple hooks for access control
     9 '''control access to a repository using simple hooks
    10 
    10 
    11 This hook makes it possible to allow or deny write access to portions
    11 This hook makes it possible to allow or deny write access to portions
    12 of a repository when receiving incoming changesets.
    12 of a repository when receiving incoming changesets.
    13 
    13 
    14 The authorization is matched based on the local user name on the
    14 The authorization is matched based on the local user name on the