comparison mercurial/upgrade_utils/actions.py @ 50990:12c308c55e53

branching: merge stable into default
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 11 Oct 2023 02:02:46 +0200
parents d718eddf01d9 704c3d0878d9
children ddf2b33ee388 e0fc40b95f05
comparison
equal deleted inserted replaced
50986:752c5a5b73c6 50990: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