changeset 34596:c2dea46d0f23

configitems: register the 'logtoprocess.uiblocked' config
author Boris Feld <boris.feld@octobus.net>
date Wed, 11 Oct 2017 03:50:24 +0200
parents 54d916833ca5
children 76d48132eb01
files mercurial/configitems.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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',
 )