# HG changeset patch # User Boris Feld # Date 2017-10-11 01:49:47 # Node ID 728ecab6634bd6a46c9104f97301b48cae459a95 # Parent 10f8f20e013724d07c4e7a0191d079d222ad6cea configitems: register the 'logtoprocess.command' config 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', )