Mercurial > public > mercurial-scm > hg
comparison mercurial/upgrade_utils/actions.py @ 50989:704c3d0878d9 stable
cleanup: typos, formatting
author | Joerg Sonnenberger <joerg@bec.de> |
---|---|
date | Tue, 10 Oct 2023 18:29:04 +0200 |
parents | c814101560d9 |
children | 12c308c55e53 |
comparison
equal
deleted
inserted
replaced
50988:051de900b240 | 50989:704c3d0878d9 |
---|---|
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 |