comparison mercurial/obsolete.py @ 34827:96802496ecc0

configitems: register the 'experimental.effect-flags' config
author Boris Feld <boris.feld@octobus.net>
date Sun, 08 Oct 2017 22:22:27 +0200
parents dc91580a0a88
children b1e3f609bf45
comparison
equal deleted inserted replaced
34826:18a3274ed675 34827:96802496ecc0
1047 if useoperation and operation: 1047 if useoperation and operation:
1048 metadata['operation'] = operation 1048 metadata['operation'] = operation
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:
1057 markerargs = [] 1056 markerargs = []
1058 for rel in relations: 1057 for rel in relations: