##// END OF EJS Templates
configitems: register the 'experimental.effect-flags' config
Boris Feld -
r34828:96802496 default
parent child Browse files
Show More
@@ -348,6 +348,9 b" coreconfigitem('experimental', 'mmapinde"
348 coreconfigitem('experimental', 'nonnormalparanoidcheck',
348 coreconfigitem('experimental', 'nonnormalparanoidcheck',
349 default=False,
349 default=False,
350 )
350 )
351 coreconfigitem('experimental', 'effect-flags',
352 default=False,
353 )
351 coreconfigitem('experimental', 'stabilization',
354 coreconfigitem('experimental', 'stabilization',
352 default=list,
355 default=list,
353 alias=[('experimental', 'evolution')],
356 alias=[('experimental', 'evolution')],
@@ -1049,8 +1049,7 b' def createmarkers(repo, relations, flag='
1049
1049
1050 # Effect flag metadata handling
1050 # Effect flag metadata handling
1051 saveeffectflag = repo.ui.configbool('experimental',
1051 saveeffectflag = repo.ui.configbool('experimental',
1052 'effect-flags',
1052 'effect-flags')
1053 False)
1054
1053
1055 tr = repo.transaction('add-obsolescence-marker')
1054 tr = repo.transaction('add-obsolescence-marker')
1056 try:
1055 try:
General Comments 0
You need to be logged in to leave comments. Login now