Mercurial > hg-stable
changeset 34762:9223a437fdb6
configitems: register the 'patchbomb.reply-to' config
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Fri, 13 Oct 2017 23:07:12 +0200 |
parents | cb1ea7ef773d |
children | 7c52a65010b1 |
files | hgext/patchbomb.py |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/patchbomb.py Fri Oct 13 23:07:01 2017 +0200 +++ b/hgext/patchbomb.py Fri Oct 13 23:07:12 2017 +0200 @@ -127,6 +127,9 @@ configitem('patchbomb', 'publicurl', default=None, ) +configitem('patchbomb', 'reply-to', + default=None, +) # Note for extension authors: ONLY specify testedwith = 'ships-with-hg-core' for # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should