Mercurial > hg-stable
changeset 34593:10f8f20e0137
configitems: register the 'logtoprocess.commandfinish' config
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Wed, 11 Oct 2017 03:49:21 +0200 |
parents | e7dbccabc982 |
children | 728ecab6634b |
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: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', )