configitems: register the 'logtoprocess.command' config
authorBoris Feld <boris.feld@octobus.net>
Wed, 11 Oct 2017 03:49:47 +0200
changeset 34594 728ecab6634b
parent 34593 10f8f20e0137
child 34595 54d916833ca5
configitems: register the 'logtoprocess.command' config
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',
 )