mercurial/configitems.py
changeset 35698 0c4b23ccf1a5
parent 35500 8bb90cc4668e
child 35710 5cd60b0587a8
--- a/mercurial/configitems.py	Fri Jan 12 10:14:20 2018 +0000
+++ b/mercurial/configitems.py	Fri Jan 12 10:41:03 2018 +0000
@@ -362,6 +362,9 @@
 coreconfigitem('devel', 'warn-config-unknown',
     default=None,
 )
+coreconfigitem('devel', 'debug.peer-request',
+    default=False,
+)
 coreconfigitem('diff', 'nodates',
     default=False,
 )