diff mercurial/configitems.py @ 34602:56816cfc4951

configitems: register the 'web.allowpull' config
author Boris Feld <boris.feld@octobus.net>
date Wed, 11 Oct 2017 04:12:50 +0200
parents 8f4d54b74206
children cc5445ced177
line wrap: on
line diff
--- a/mercurial/configitems.py	Wed Oct 11 04:12:34 2017 +0200
+++ b/mercurial/configitems.py	Wed Oct 11 04:12:50 2017 +0200
@@ -718,6 +718,9 @@
 coreconfigitem('web', 'allowgz',
     default=None,
 )
+coreconfigitem('web', 'allowpull',
+    default=True,
+)
 coreconfigitem('web', 'accesslog',
     default='-',
 )