# HG changeset patch # User Boris Feld # Date 2017-06-30 01:43:43 # Node ID aeb956e7729f0830f7cf23f48c51d2bfa59418b6 # Parent 97a3bb5aff251d01b3c545c11831fac4440e5f55 configitems: register the 'patchbomb.publicurl' config diff --git a/hgext/patchbomb.py b/hgext/patchbomb.py --- a/hgext/patchbomb.py +++ b/hgext/patchbomb.py @@ -118,6 +118,9 @@ configitem('patchbomb', 'from', 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