comparison hgext/patchbomb.py @ 34761:cb1ea7ef773d

configitems: register the 'patchbomb.cc' config
author Boris Feld <boris.feld@octobus.net>
date Fri, 13 Oct 2017 23:07:01 +0200
parents 3819809198c6
children 9223a437fdb6
comparison
equal deleted inserted replaced
34760:3819809198c6 34761:cb1ea7ef773d
105 105
106 configitem('patchbomb', 'bundletype', 106 configitem('patchbomb', 'bundletype',
107 default=None, 107 default=None,
108 ) 108 )
109 configitem('patchbomb', 'bcc', 109 configitem('patchbomb', 'bcc',
110 default=None,
111 )
112 configitem('patchbomb', 'cc',
110 default=None, 113 default=None,
111 ) 114 )
112 configitem('patchbomb', 'confirm', 115 configitem('patchbomb', 'confirm',
113 default=False, 116 default=False,
114 ) 117 )