##// END OF EJS Templates
configitems: register the 'patchbomb.from' config
Boris Feld -
r34116:7e2adac3 default
parent child Browse files
Show More
@@ -112,6 +112,9 b" configitem('patchbomb', 'confirm',"
112 configitem('patchbomb', 'flagtemplate',
112 configitem('patchbomb', 'flagtemplate',
113 default=None,
113 default=None,
114 )
114 )
115 configitem('patchbomb', 'from',
116 default=None,
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
General Comments 0
You need to be logged in to leave comments. Login now