# HG changeset patch # User Matt Mackall # Date 2015-06-25 22:36:46 # Node ID dd166d42e7b2ca4a3523494aa5a9828ffe2616b2 # Parent 917be0574d7fbb6e4d3915363a08af0bb1d344a3 acl: mark deprecated config option This option has been undocumented since day 0. diff --git a/hgext/acl.py b/hgext/acl.py --- a/hgext/acl.py +++ b/hgext/acl.py @@ -286,6 +286,7 @@ def hook(ui, repo, hooktype, node=None, ui.debug('acl: checking access for user "%s"\n' % user) + # deprecated config: acl.config cfg = ui.config('acl', 'config') if cfg: ui.readconfig(cfg, sections=['acl.groups', 'acl.allow.branches',