hgext/acl.py
changeset 33188 478cb17cc610
parent 33187 8b109c61bc11
child 33189 2b233065f57a
--- a/hgext/acl.py	Fri Jun 30 03:26:57 2017 +0200
+++ b/hgext/acl.py	Fri Jun 30 03:27:07 2017 +0200
@@ -218,6 +218,9 @@
 configitem('acl', 'config',
     default=None,
 )
+configitem('acl', 'sources',
+    default='serve',
+)
 
 def _getusers(ui, group):
 
@@ -289,7 +292,7 @@
         raise error.Abort(_('config error - hook type "%s" cannot stop '
                            'incoming changesets nor commits') % hooktype)
     if (hooktype == 'pretxnchangegroup' and
-        source not in ui.config('acl', 'sources', 'serve').split()):
+        source not in ui.config('acl', 'sources').split()):
         ui.debug('acl: changes have source "%s" - skipping\n' % source)
         return