##// END OF EJS Templates
configitems: register the 'patchbomb.reply-to' config
Boris Feld -
r34763:9223a437 default
parent child Browse files
Show More
@@ -127,6 +127,9 b" configitem('patchbomb', 'intro',"
127 configitem('patchbomb', 'publicurl',
127 configitem('patchbomb', 'publicurl',
128 default=None,
128 default=None,
129 )
129 )
130 configitem('patchbomb', 'reply-to',
131 default=None,
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
General Comments 0
You need to be logged in to leave comments. Login now