Skip to content
Snippets Groups Projects
Commit 645b6684 authored by Yuya Nishihara's avatar Yuya Nishihara
Browse files

configitems: register 'email.to' and 'patchbomb.to'

parent 498697fe
No related branches found
No related tags found
No related merge requests found
......@@ -130,6 +130,9 @@
configitem('patchbomb', 'reply-to',
default=None,
)
configitem('patchbomb', 'to',
default=None,
)
# Note for extension authors: ONLY specify testedwith = 'ships-with-hg-core' for
# extensions which SHIP WITH MERCURIAL. Non-mainline extensions should
......
......@@ -314,6 +314,9 @@
coreconfigitem('email', 'reply-to',
default=None,
)
coreconfigitem('email', 'to',
default=None,
)
coreconfigitem('experimental', 'archivemetatemplate',
default=dynamicdefault,
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment