hgext/acl.py
changeset 3436 f29989e9746e
parent 3062 5e39ad2c8b52
child 3877 abaee83ce0a6
--- a/hgext/acl.py	Tue Oct 17 17:04:26 2006 -0300
+++ b/hgext/acl.py	Tue Oct 17 17:04:26 2006 -0300
@@ -80,7 +80,7 @@
         self.user = getpass.getuser()
         cfg = self.ui.config('acl', 'config')
         if cfg:
-            self.ui.readconfig(cfg)
+            self.ui.readsections(cfg, 'acl.allow', 'acl.deny')
         self.allow, self.allowable = self.buildmatch('acl.allow')
         self.deny, self.deniable = self.buildmatch('acl.deny')