comparison hgext/patchbomb.py @ 34760:3819809198c6

configitems: register the 'patchbomb.bcc' config
author Boris Feld <boris.feld@octobus.net>
date Fri, 13 Oct 2017 23:06:40 +0200
parents aeb956e7729f
children cb1ea7ef773d
comparison
equal deleted inserted replaced
34759:cd7bf9ad0e69 34760:3819809198c6
102 102
103 configtable = {} 103 configtable = {}
104 configitem = registrar.configitem(configtable) 104 configitem = registrar.configitem(configtable)
105 105
106 configitem('patchbomb', 'bundletype', 106 configitem('patchbomb', 'bundletype',
107 default=None,
108 )
109 configitem('patchbomb', 'bcc',
107 default=None, 110 default=None,
108 ) 111 )
109 configitem('patchbomb', 'confirm', 112 configitem('patchbomb', 'confirm',
110 default=False, 113 default=False,
111 ) 114 )