mercurial/upgrade_utils/actions.py
changeset 50993 12c308c55e53
parent 50928 d718eddf01d9
parent 50992 704c3d0878d9
child 51145 ddf2b33ee388
child 51392 e0fc40b95f05
equal deleted inserted replaced
50989:752c5a5b73c6 50993:12c308c55e53
   287         b'shares of this repository share its requirements and configs.'
   287         b'shares of this repository share its requirements and configs.'
   288     )
   288     )
   289 
   289 
   290     postdowngrademessage = _(
   290     postdowngrademessage = _(
   291         b'repository downgraded to not use share safe mode, '
   291         b'repository downgraded to not use share safe mode, '
   292         b'existing shares will not work and needs to'
   292         b'existing shares will not work and need to be reshared.'
   293         b' be reshared.'
       
   294     )
   293     )
   295 
   294 
   296     postupgrademessage = _(
   295     postupgrademessage = _(
   297         b'repository upgraded to share safe mode, existing'
   296         b'repository upgraded to share safe mode, existing'
   298         b' shares will still work in old non-safe mode. '
   297         b' shares will still work in old non-safe mode. '
   357     default = False
   356     default = False
   358 
   357 
   359     description = _(b'Stores copies information alongside changesets.')
   358     description = _(b'Stores copies information alongside changesets.')
   360 
   359 
   361     upgrademessage = _(
   360     upgrademessage = _(
   362         b'Allows to use more efficient algorithm to deal with ' b'copy tracing.'
   361         b'Allows to use more efficient algorithm to deal with copy tracing.'
   363     )
   362     )
   364 
   363 
   365     touches_filelogs = False
   364     touches_filelogs = False
   366     touches_manifests = False
   365     touches_manifests = False
   367 
   366