hgext/acl.py
changeset 25792 dd166d42e7b2
parent 25186 80c5b2666a96
child 26587 56b2bcea2529
--- 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',