[Updated] D11263: debugcommands: add a `--paranoid` option to `debug-repair-issue-6528`
marmoute (Pierre-Yves David)
phabricator at mercurial-scm.org
Fri Aug 6 10:53:39 UTC 2021
This revision now requires changes to proceed.
marmoute added inline comments.
marmoute requested changes to this revision.
INLINE COMMENTS
> rewrite.py:725-726
> + msg = b"paranoid check failed for '%s' node %s"
> + node = binascii.hexlify(fl.node(filerev))
> + raise error.ProgrammingError(msg % (filename, node))
> if affected:
This should be an Abort since we are sending this to the User.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D11263/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D11263
To: Alphare, #hg-reviewers, marmoute
Cc: marmoute, mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20210806/c06cc649/attachment-0002.html>
More information about the Mercurial-patches
mailing list