configitems: register the 'web.allow_push' config
authorBoris Feld <boris.feld@octobus.net>
Wed, 11 Oct 2017 04:14:01 +0200
changeset 34603 cc5445ced177
parent 34602 56816cfc4951
child 34604 dcd6b6625e98
configitems: register the 'web.allow_push' config
mercurial/configitems.py
--- a/mercurial/configitems.py	Wed Oct 11 04:12:50 2017 +0200
+++ b/mercurial/configitems.py	Wed Oct 11 04:14:01 2017 +0200
@@ -721,6 +721,9 @@
 coreconfigitem('web', 'allowpull',
     default=True,
 )
+coreconfigitem('web', 'allow_push',
+    default=list,
+)
 coreconfigitem('web', 'accesslog',
     default='-',
 )