hgext/acl.py
changeset 8935 f4f0e902b750
parent 8894 868670dbc237
child 9018 5ed463d0ebdb
equal deleted inserted replaced
8934:9dda4c73fc3b 8935:f4f0e902b750
     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 '''control access to a repository using simple hooks
     9 '''hooks for controlling repository access
    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