# HG changeset patch # User Boris Feld # Date 1498787023 -7200 # Node ID aeb956e7729f0830f7cf23f48c51d2bfa59418b6 # Parent 97a3bb5aff251d01b3c545c11831fac4440e5f55 configitems: register the 'patchbomb.publicurl' config diff -r 97a3bb5aff25 -r aeb956e7729f hgext/patchbomb.py --- a/hgext/patchbomb.py Fri Jun 30 03:43:41 2017 +0200 +++ b/hgext/patchbomb.py Fri Jun 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