Mercurial > hg-stable
diff mercurial/configitems.py @ 34911:645b6684cf5b stable
configitems: register 'email.to' and 'patchbomb.to'
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Fri, 20 Oct 2017 22:25:09 +0900 |
parents | cc977ec0b8b9 |
children | 346781c41597 |
line wrap: on
line diff
--- a/mercurial/configitems.py Thu Oct 19 21:50:14 2017 +0200 +++ b/mercurial/configitems.py Fri Oct 20 22:25:09 2017 +0900 @@ -314,6 +314,9 @@ coreconfigitem('email', 'reply-to', default=None, ) +coreconfigitem('email', 'to', + default=None, +) coreconfigitem('experimental', 'archivemetatemplate', default=dynamicdefault, )