# HG changeset patch # User Boris Feld # Date 1507928832 -7200 # Node ID 9223a437fdb621f5179f4bee8474ff49fdc562a1 # Parent cb1ea7ef773d39132a78431b72cd570162cc173a configitems: register the 'patchbomb.reply-to' config diff -r cb1ea7ef773d -r 9223a437fdb6 hgext/patchbomb.py --- 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