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', )