equal
deleted
inserted
replaced
106 configitem('patchbomb', 'bundletype', |
106 configitem('patchbomb', 'bundletype', |
107 default=None, |
107 default=None, |
108 ) |
108 ) |
109 configitem('patchbomb', 'confirm', |
109 configitem('patchbomb', 'confirm', |
110 default=False, |
110 default=False, |
|
111 ) |
|
112 configitem('patchbomb', 'flagtemplate', |
|
113 default=None, |
111 ) |
114 ) |
112 |
115 |
113 # Note for extension authors: ONLY specify testedwith = 'ships-with-hg-core' for |
116 # Note for extension authors: ONLY specify testedwith = 'ships-with-hg-core' for |
114 # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should |
117 # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should |
115 # be specifying the version(s) of Mercurial they are tested with, or |
118 # be specifying the version(s) of Mercurial they are tested with, or |