--- a/hgext/acl.py Thu Oct 03 14:50:47 2013 +0200
+++ b/hgext/acl.py Thu Oct 03 14:50:47 2013 +0200
@@ -284,8 +284,8 @@
cfg = ui.config('acl', 'config')
if cfg:
- ui.readconfig(cfg, sections = ['acl.groups', 'acl.allow.branches',
- 'acl.deny.branches', 'acl.allow', 'acl.deny'])
+ ui.readconfig(cfg, sections=['acl.groups', 'acl.allow.branches',
+ 'acl.deny.branches', 'acl.allow', 'acl.deny'])
allowbranches = buildmatch(ui, None, user, 'acl.allow.branches')
denybranches = buildmatch(ui, None, user, 'acl.deny.branches')