Mercurial > hg-stable
diff hgext/patchbomb.py @ 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 | 645b6684cf5b |
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