equal
deleted
inserted
replaced
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 |