comparison hgext/patchbomb.py @ 34114:7e2adac3dd60

configitems: register the 'patchbomb.from' config
author Boris Feld <boris.feld@octobus.net>
date Fri, 30 Jun 2017 03:43:40 +0200
parents a6fa5af781a4
children 97a3bb5aff25
comparison
equal deleted inserted replaced
34113:a6fa5af781a4 34114:7e2adac3dd60
108 ) 108 )
109 configitem('patchbomb', 'confirm', 109 configitem('patchbomb', 'confirm',
110 default=False, 110 default=False,
111 ) 111 )
112 configitem('patchbomb', 'flagtemplate', 112 configitem('patchbomb', 'flagtemplate',
113 default=None,
114 )
115 configitem('patchbomb', 'from',
113 default=None, 116 default=None,
114 ) 117 )
115 118
116 # Note for extension authors: ONLY specify testedwith = 'ships-with-hg-core' for 119 # Note for extension authors: ONLY specify testedwith = 'ships-with-hg-core' for
117 # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should 120 # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should