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