mercurial/debugcommands.py
changeset 48199 b669e40fbbd6
parent 48130 5105a9975407
child 48561 04688c51f81f
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.