changeset 34469:61275d0f6157

configitems: register the 'transplant.log' config
author Boris Feld <boris.feld@octobus.net>
date Fri, 30 Jun 2017 03:44:30 +0200
parents 7bcce17b87e8
children 6567002ae87e
files hgext/transplant.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/transplant.py	Fri Jun 30 03:44:29 2017 +0200
+++ b/hgext/transplant.py	Fri Jun 30 03:44:30 2017 +0200
@@ -55,6 +55,9 @@
 configitem('transplant', 'filter',
     default=None,
 )
+configitem('transplant', 'log',
+    default=None,
+)
 
 class transplantentry(object):
     def __init__(self, lnode, rnode):