configitems: register the 'web.deny_push' config
authorBoris Feld <boris.feld@octobus.net>
Wed, 11 Oct 2017 04:15:08 +0200
changeset 34607 3e6b36ba16ac
parent 34606 db935a5ea364
child 34608 f12de15c5711
configitems: register the 'web.deny_push' config
mercurial/configitems.py
--- a/mercurial/configitems.py	Wed Oct 11 04:14:44 2017 +0200
+++ b/mercurial/configitems.py	Wed Oct 11 04:15:08 2017 +0200
@@ -733,6 +733,9 @@
 coreconfigitem('web', 'contact',
     default=None,
 )
+coreconfigitem('web', 'deny_push',
+    default=list,
+)
 coreconfigitem('web', 'accesslog',
     default='-',
 )