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