From patchwork Mon Sep 11 13:31:53 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [6,of,6] configitems: register the 'patchbomb.publicurl' config From: Boris Feld X-Patchwork-Id: 23773 Message-Id: <3ca211a67a589696469f.1505136713@FB> To: mercurial-devel@mercurial-scm.org Cc: boris.feld@octobus.net Date: Mon, 11 Sep 2017 15:31:53 +0200 # HG changeset patch # User Boris Feld # Date 1498787023 -7200 # ven. juin 30 03:43:43 2017 +0200 # Node ID 3ca211a67a589696469faa6fb395499dc8788e84 # Parent 9427d3096d063f598b0494b13db34e6da8d9b80d # EXP-Topic config.register.patchbomb configitems: register the 'patchbomb.publicurl' config diff -r 9427d3096d06 -r 3ca211a67a58 hgext/patchbomb.py --- a/hgext/patchbomb.py ven. juin 30 03:43:41 2017 +0200 +++ b/hgext/patchbomb.py ven. juin 30 03:43:43 2017 +0200 @@ -118,6 +118,9 @@ configitem('patchbomb', 'intro', default='auto', ) +configitem('patchbomb', 'publicurl', + default=None, +) # Note for extension authors: ONLY specify testedwith = 'ships-with-hg-core' for # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should