comparison mercurial/debugcommands.py @ 48199:b669e40fbbd6

help: update help text for debug-repair-issue6528 The changegroup fix was put in 5.9.1, this is now out of date. Alson, this can maybe encourage people to upgrade? Differential Revision: https://phab.mercurial-scm.org/D11392
author Rapha?l Gom?s <rgomes@octobus.net>
date Wed, 08 Sep 2021 10:47:10 +0200
parents 5105a9975407
children 04688c51f81f
comparison
equal deleted inserted replaced
48198:6edc8800dbc3 48199:b669e40fbbd6
1472 There can be multiple broken revisions per filelog, they are separated by 1472 There can be multiple broken revisions per filelog, they are separated by
1473 a comma with no spaces. The only space is between the revision(s) and the 1473 a comma with no spaces. The only space is between the revision(s) and the
1474 filename. 1474 filename.
1475 1475
1476 Note that this does *not* mean that this repairs future affected revisions, 1476 Note that this does *not* mean that this repairs future affected revisions,
1477 that needs a separate fix at the exchange level that hasn't been written yet 1477 that needs a separate fix at the exchange level that was introduced in
1478 (as of 5.9rc0). 1478 Mercurial 5.9.1.
1479 1479
1480 There is a `--paranoid` flag to test that the fast implementation is correct 1480 There is a `--paranoid` flag to test that the fast implementation is correct
1481 by checking it against the slow implementation. Since this matter is quite 1481 by checking it against the slow implementation. Since this matter is quite
1482 urgent and testing every edge-case is probably quite costly, we use this 1482 urgent and testing every edge-case is probably quite costly, we use this
1483 method to test on large repositories as a fuzzing method of sorts. 1483 method to test on large repositories as a fuzzing method of sorts.