mercurial/configitems.py
changeset 34607 3e6b36ba16ac
parent 34606 db935a5ea364
child 34608 f12de15c5711
--- 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='-',
 )