mercurial/upgrade.py
changeset 43138 f9dc98a97cdb
parent 43135 6e3dc1eff5c7
child 43148 843da18386d5
equal deleted inserted replaced
43137:81efc4a295e7 43138:f9dc98a97cdb
   366         b'Allows storage of extra data alongside a revision, '
   366         b'Allows storage of extra data alongside a revision, '
   367         b'unlocking various caching options.'
   367         b'unlocking various caching options.'
   368     )
   368     )
   369 
   369 
   370     upgrademessage = _(b'Allows storage of extra data alongside a revision.')
   370     upgrademessage = _(b'Allows storage of extra data alongside a revision.')
       
   371 
       
   372 
       
   373 @registerformatvariant
       
   374 class copiessdc(requirementformatvariant):
       
   375     name = b'copies-sdc'
       
   376 
       
   377     _requirement = localrepo.COPIESSDC_REQUIREMENT
       
   378 
       
   379     default = False
       
   380 
       
   381     description = _(b'Stores copies information alongside changesets.')
       
   382 
       
   383     upgrademessage = _(
       
   384         b'Allows to use more efficient algorithm to deal with ' b'copy tracing.'
       
   385     )
   371 
   386 
   372 
   387 
   373 @registerformatvariant
   388 @registerformatvariant
   374 class removecldeltachain(formatvariant):
   389 class removecldeltachain(formatvariant):
   375     name = b'plain-cl-delta'
   390     name = b'plain-cl-delta'