##// END OF EJS Templates
configitems: register the 'histedit.dropmissing' config
Boris Feld -
r34473:1e37cb4d default
parent child Browse files
Show More
@@ -218,6 +218,9 b' configitem = registrar.configitem(config'
218 218 configitem('histedit', 'defaultrev',
219 219 default=configitems.dynamicdefault,
220 220 )
221 configitem('histedit', 'dropmissing',
222 default=False,
223 )
221 224
222 225 # Note for extension authors: ONLY specify testedwith = 'ships-with-hg-core' for
223 226 # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should
General Comments 0
You need to be logged in to leave comments. Login now