Show More
@@ -565,8 +565,9 b' class verifier(object):' | |||
|
565 | 565 | |
|
566 | 566 | # check renames |
|
567 | 567 | try: |
|
568 |
# This requires resolving fulltext (at least on revlogs |
|
|
569 | # may want ``verifyintegrity()`` to pass a set of nodes with | |
|
568 | # This requires resolving fulltext (at least on revlogs, | |
|
569 | # though not with LFS revisions). We may want | |
|
570 | # ``verifyintegrity()`` to pass a set of nodes with | |
|
570 | 571 | # rename metadata as an optimization. |
|
571 | 572 | rp = fl.renamed(n) |
|
572 | 573 | if rp: |
General Comments 0
You need to be logged in to leave comments.
Login now