diff -r 6e74632170d3 -r 681f7b9213a4 hgext/acl.py --- 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')