diff hgext/acl.py @ 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 80c5b2666a96
children 56b2bcea2529
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',