author | Boris Feld <boris.feld@octobus.net> |
Fri, 13 Oct 2017 23:07:12 +0200 | |
changeset 34762 | 9223a437fdb6 |
parent 34761 | cb1ea7ef773d |
child 34763 | 7c52a65010b1 |
--- 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