diff -r 75ec46c63657 -r a447efd991b9 mercurial/verify.py --- a/mercurial/verify.py Wed Dec 18 13:30:48 2019 -0800 +++ b/mercurial/verify.py Sun Dec 22 00:47:33 2019 -0500 @@ -565,8 +565,9 @@ # check renames try: - # This requires resolving fulltext (at least on revlogs). We - # may want ``verifyintegrity()`` to pass a set of nodes with + # This requires resolving fulltext (at least on revlogs, + # though not with LFS revisions). We may want + # ``verifyintegrity()`` to pass a set of nodes with # rename metadata as an optimization. rp = fl.renamed(n) if rp: