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