##// END OF EJS Templates
configitems: register the 'transplant.filter' config
Boris Feld -
r34470:7bcce17b default
parent child Browse files
Show More
@@ -49,6 +49,13 b' command = registrar.command(cmdtable)'
49 # leave the attribute unspecified.
49 # leave the attribute unspecified.
50 testedwith = 'ships-with-hg-core'
50 testedwith = 'ships-with-hg-core'
51
51
52 configtable = {}
53 configitem = registrar.configitem(configtable)
54
55 configitem('transplant', 'filter',
56 default=None,
57 )
58
52 class transplantentry(object):
59 class transplantentry(object):
53 def __init__(self, lnode, rnode):
60 def __init__(self, lnode, rnode):
54 self.lnode = lnode
61 self.lnode = lnode
General Comments 0
You need to be logged in to leave comments. Login now