configitems: register the 'logtoprocess.commandfinish' config
authorBoris Feld <boris.feld@octobus.net>
Wed, 11 Oct 2017 03:49:21 +0200
changeset 34593 10f8f20e0137
parent 34592 e7dbccabc982
child 34594 728ecab6634b
configitems: register the 'logtoprocess.commandfinish' config
mercurial/configitems.py
--- a/mercurial/configitems.py	Wed Oct 11 03:49:04 2017 +0200
+++ b/mercurial/configitems.py	Wed Oct 11 03:49:21 2017 +0200
@@ -371,6 +371,9 @@
 coreconfigitem('logtoprocess', 'commandexception',
     default=None,
 )
+coreconfigitem('logtoprocess', 'commandfinish',
+    default=None,
+)
 coreconfigitem('merge', 'checkunknown',
     default='abort',
 )