Submitter | Boris Feld |
---|---|
Date | Sept. 11, 2017, 1:31 p.m. |
Message ID | <3ca211a67a589696469f.1505136713@FB> |
Download | mbox | patch |
Permalink | /patch/23773/ |
State | Accepted |
Headers | show |
Comments
Patch
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