# HG changeset patch # User Boris Feld # Date 1507686587 -7200 # Node ID 728ecab6634bd6a46c9104f97301b48cae459a95 # Parent 10f8f20e013724d07c4e7a0191d079d222ad6cea configitems: register the 'logtoprocess.command' config diff -r 10f8f20e0137 -r 728ecab6634b mercurial/configitems.py --- a/mercurial/configitems.py Wed Oct 11 03:49:21 2017 +0200 +++ b/mercurial/configitems.py Wed Oct 11 03:49:47 2017 +0200 @@ -374,6 +374,9 @@ coreconfigitem('logtoprocess', 'commandfinish', default=None, ) +coreconfigitem('logtoprocess', 'command', + default=None, +) coreconfigitem('merge', 'checkunknown', default='abort', )