diff --git a/mercurial/configitems.py b/mercurial/configitems.py --- a/mercurial/configitems.py +++ b/mercurial/configitems.py @@ -374,6 +374,9 @@ coreconfigitem('logtoprocess', 'commande coreconfigitem('logtoprocess', 'commandfinish', default=None, ) +coreconfigitem('logtoprocess', 'command', + default=None, +) coreconfigitem('merge', 'checkunknown', default='abort', )