comparison hgext/patchbomb.py @ 34762:9223a437fdb6

configitems: register the 'patchbomb.reply-to' config
author Boris Feld <boris.feld@octobus.net>
date Fri, 13 Oct 2017 23:07:12 +0200
parents cb1ea7ef773d
children 645b6684cf5b
comparison
equal deleted inserted replaced
34761:cb1ea7ef773d 34762:9223a437fdb6
123 ) 123 )
124 configitem('patchbomb', 'intro', 124 configitem('patchbomb', 'intro',
125 default='auto', 125 default='auto',
126 ) 126 )
127 configitem('patchbomb', 'publicurl', 127 configitem('patchbomb', 'publicurl',
128 default=None,
129 )
130 configitem('patchbomb', 'reply-to',
128 default=None, 131 default=None,
129 ) 132 )
130 133
131 # Note for extension authors: ONLY specify testedwith = 'ships-with-hg-core' for 134 # Note for extension authors: ONLY specify testedwith = 'ships-with-hg-core' for
132 # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should 135 # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should