mercurial/configitems.py
changeset 34592 e7dbccabc982
parent 34591 f00eef0922ff
child 34593 10f8f20e0137
--- a/mercurial/configitems.py	Wed Oct 11 03:45:14 2017 +0200
+++ b/mercurial/configitems.py	Wed Oct 11 03:49:04 2017 +0200
@@ -368,6 +368,9 @@
 coreconfigitem('http_proxy', 'user',
     default=None,
 )
+coreconfigitem('logtoprocess', 'commandexception',
+    default=None,
+)
 coreconfigitem('merge', 'checkunknown',
     default='abort',
 )