# HG changeset patch # User Boris Feld # Date 2017-10-11 01:49:04 # Node ID e7dbccabc982a208d0e979b1c7ecfb13d49a8c57 # Parent f00eef0922ff79d329eb3eacaad57f11d11558da configitems: register the 'logtoprocess.commandexception' config diff --git a/mercurial/configitems.py b/mercurial/configitems.py --- a/mercurial/configitems.py +++ b/mercurial/configitems.py @@ -368,6 +368,9 @@ coreconfigitem('http_proxy', 'passwd', coreconfigitem('http_proxy', 'user', default=None, ) +coreconfigitem('logtoprocess', 'commandexception', + default=None, +) coreconfigitem('merge', 'checkunknown', default='abort', )