changeset 34594:728ecab6634b

configitems: register the 'logtoprocess.command' config
author Boris Feld <boris.feld@octobus.net>
date Wed, 11 Oct 2017 03:49:47 +0200
parents 10f8f20e0137
children 54d916833ca5
files mercurial/configitems.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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',
 )