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