# HG changeset patch # User Boris Feld # Date 1507686544 -7200 # Node ID e7dbccabc982a208d0e979b1c7ecfb13d49a8c57 # Parent f00eef0922ff79d329eb3eacaad57f11d11558da configitems: register the 'logtoprocess.commandexception' config diff -r f00eef0922ff -r e7dbccabc982 mercurial/configitems.py --- 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', )