hgext/acl.py
branchstable
changeset 10112 703db37d186b
parent 9467 4c041f1ee1b4
child 10263 25e572394f5c
equal deleted inserted replaced
10103:37679dbf2ee3 10112:703db37d186b
    23 is no way to distinguish them.
    23 is no way to distinguish them.
    24 
    24 
    25 To use this hook, configure the acl extension in your hgrc like this::
    25 To use this hook, configure the acl extension in your hgrc like this::
    26 
    26 
    27   [extensions]
    27   [extensions]
    28   hgext.acl =
    28   acl =
    29 
    29 
    30   [hooks]
    30   [hooks]
    31   pretxnchangegroup.acl = python:hgext.acl.hook
    31   pretxnchangegroup.acl = python:hgext.acl.hook
    32 
    32 
    33   [acl]
    33   [acl]