# HG changeset patch # User Boris Feld # Date 1498787020 -7200 # Node ID 7e2adac3dd60e9d0a0a88031fe6720085b3ba4b5 # Parent a6fa5af781a48f364cccf7d88ba40cba5c021b44 configitems: register the 'patchbomb.from' config diff -r a6fa5af781a4 -r 7e2adac3dd60 hgext/patchbomb.py --- a/hgext/patchbomb.py Fri Jun 30 03:43:39 2017 +0200 +++ b/hgext/patchbomb.py Fri Jun 30 03:43:40 2017 +0200 @@ -112,6 +112,9 @@ configitem('patchbomb', 'flagtemplate', default=None, ) +configitem('patchbomb', 'from', + default=None, +) # Note for extension authors: ONLY specify testedwith = 'ships-with-hg-core' for # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should