Skip to content
Snippets Groups Projects
Commit dd166d42 authored by Matt Mackall's avatar Matt Mackall
Browse files

acl: mark deprecated config option

This option has been undocumented since day 0.
parent 917be057
Branches
Tags
No related merge requests found
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment