mercurial/upgrade_utils/actions.py
changeset 49219 04a812f507be
parent 49218 801ef401597e
child 49225 566066826e7c
equal deleted inserted replaced
49218:801ef401597e 49219:04a812f507be
   359     description = _(b'Stores copies information alongside changesets.')
   359     description = _(b'Stores copies information alongside changesets.')
   360 
   360 
   361     upgrademessage = _(
   361     upgrademessage = _(
   362         b'Allows to use more efficient algorithm to deal with ' b'copy tracing.'
   362         b'Allows to use more efficient algorithm to deal with ' b'copy tracing.'
   363     )
   363     )
       
   364 
       
   365     touches_filelogs = False
       
   366     touches_manifests = False
   364 
   367 
   365 
   368 
   366 @registerformatvariant
   369 @registerformatvariant
   367 class revlogv2(requirementformatvariant):
   370 class revlogv2(requirementformatvariant):
   368     name = b'revlog-v2'
   371     name = b'revlog-v2'