acl: mark deprecated config option
authorMatt Mackall <mpm@selenic.com>
Thu, 25 Jun 2015 17:36:46 -0500
changeset 25792 dd166d42e7b2
parent 25791 917be0574d7f
child 25793 084957666642
acl: mark deprecated config option This option has been undocumented since day 0.
hgext/acl.py
--- 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',