##// END OF EJS Templates
configitems: register 'email.to' and 'patchbomb.to'
Yuya Nishihara -
r34912:645b6684 stable
parent child Browse files
Show More
@@ -130,6 +130,9 b" configitem('patchbomb', 'publicurl',"
130 130 configitem('patchbomb', 'reply-to',
131 131 default=None,
132 132 )
133 configitem('patchbomb', 'to',
134 default=None,
135 )
133 136
134 137 # Note for extension authors: ONLY specify testedwith = 'ships-with-hg-core' for
135 138 # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should
@@ -314,6 +314,9 b" coreconfigitem('email', 'method',"
314 314 coreconfigitem('email', 'reply-to',
315 315 default=None,
316 316 )
317 coreconfigitem('email', 'to',
318 default=None,
319 )
317 320 coreconfigitem('experimental', 'archivemetatemplate',
318 321 default=dynamicdefault,
319 322 )
General Comments 0
You need to be logged in to leave comments. Login now