hgext/acl.py
changeset 19872 681f7b9213a4
parent 17537 31f32a96e1e3
child 25186 80c5b2666a96
--- 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')