Mercurial > hg
changeset 34116:aeb956e7729f
configitems: register the 'patchbomb.publicurl' config
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Fri, 30 Jun 2017 03:43:43 +0200 |
parents | 97a3bb5aff25 |
children | 0f685a229a81 |
files | hgext/patchbomb.py |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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