hgext/acl.py
branchstable
changeset 10263 25e572394f5c
parent 10112 703db37d186b
child 10801 fcfe2e50faab
equal deleted inserted replaced
10262:eb243551cbd8 10263:25e572394f5c
     1 # acl.py - changeset access control for mercurial
     1 # acl.py - changeset access control for mercurial
     2 #
     2 #
     3 # Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com>
     3 # Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com>
     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 or any later version.
     7 #
       
     8 
     7 
     9 '''hooks for controlling repository access
     8 '''hooks for controlling repository access
    10 
     9 
    11 This hook makes it possible to allow or deny write access to portions
    10 This hook makes it possible to allow or deny write access to portions
    12 of a repository when receiving incoming changesets.
    11 of a repository when receiving incoming changesets.