[PATCH - BACL] Branch access control extension

Benoit Boissinot bboissin at gmail.com
Tue Apr 13 13:52:22 CDT 2010


On Tue, Apr 13, 2010 at 7:24 PM, Elifarley Callado Coelho Cruz
<elifarley at gmail.com> wrote:
> Here's an example configuration:
>
> [hooks]
> pretxncommit.acl = python:hgext.acl.hook
> pretxnchangegroup.acl = python:hgext.acl.hook
>
> [acl]
> # Works as before.
> # Branch checks are performed before file checks.
> sources = serve
>
> [acl.deny.branches]

I don't think it should be in a separate section, all the acl config
should go inside [acl].

Cheers,

Benoit


More information about the Mercurial-devel mailing list