Mercurial > hg
changeset 25792:dd166d42e7b2
acl: mark deprecated config option
This option has been undocumented since day 0.
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 25 Jun 2015 17:36:46 -0500 |
parents | 917be0574d7f |
children | 084957666642 |
files | hgext/acl.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/acl.py Thu Jun 25 17:35:57 2015 -0500 +++ b/hgext/acl.py Thu Jun 25 17:36:46 2015 -0500 @@ -286,6 +286,7 @@ 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',