Show More
@@ -494,9 +494,8 b' class verifier(object):' | |||
|
494 | 494 | storefiles.remove(ff) |
|
495 | 495 | except KeyError: |
|
496 | 496 | if self.warnorphanstorefiles: |
|
497 | self._warn( | |
|
498 | _(b" warning: revlog '%s' not in fncache!") % ff | |
|
499 | ) | |
|
497 | msg = _(b" warning: revlog '%s' not in fncache!") | |
|
498 | self._warn(msg % ff) | |
|
500 | 499 | self.fncachewarned = True |
|
501 | 500 | |
|
502 | 501 | if not len(fl) and (self.havecl or self.havemf): |
General Comments 0
You need to be logged in to leave comments.
Login now