changeset 34592:e7dbccabc982

configitems: register the 'logtoprocess.commandexception' config
author Boris Feld <boris.feld@octobus.net>
date Wed, 11 Oct 2017 03:49:04 +0200
parents f00eef0922ff
children 10f8f20e0137
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: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',
 )