##// END OF EJS Templates
acl: mark deprecated config option...
Matt Mackall -
r25792:dd166d42 default
parent child Browse files
Show More
@@ -286,6 +286,7 b' def hook(ui, repo, hooktype, node=None, '
286
286
287 ui.debug('acl: checking access for user "%s"\n' % user)
287 ui.debug('acl: checking access for user "%s"\n' % user)
288
288
289 # deprecated config: acl.config
289 cfg = ui.config('acl', 'config')
290 cfg = ui.config('acl', 'config')
290 if cfg:
291 if cfg:
291 ui.readconfig(cfg, sections=['acl.groups', 'acl.allow.branches',
292 ui.readconfig(cfg, sections=['acl.groups', 'acl.allow.branches',
General Comments 0
You need to be logged in to leave comments. Login now