configitems: register the 'logtoprocess.develwarn' config
authorBoris Feld <boris.feld@octobus.net>
Wed, 11 Oct 2017 03:50:14 +0200
changeset 34595 54d916833ca5
parent 34594 728ecab6634b
child 34596 c2dea46d0f23
configitems: register the 'logtoprocess.develwarn' config
mercurial/configitems.py
--- a/mercurial/configitems.py	Wed Oct 11 03:49:47 2017 +0200
+++ b/mercurial/configitems.py	Wed Oct 11 03:50:14 2017 +0200
@@ -377,6 +377,9 @@
 coreconfigitem('logtoprocess', 'command',
     default=None,
 )
+coreconfigitem('logtoprocess', 'develwarn',
+    default=None,
+)
 coreconfigitem('merge', 'checkunknown',
     default='abort',
 )