mercurial/filelog.py
changeset 39842 97986c9c69d3
parent 39785 979e9f124caa
child 39843 68282a7b29a7
--- a/mercurial/filelog.py	Mon Sep 24 08:58:57 2018 -0700
+++ b/mercurial/filelog.py	Wed Sep 19 11:17:28 2018 -0700
@@ -189,6 +189,9 @@
 
         return True
 
+    def verifyintegrity(self, state):
+        return self._revlog.verifyintegrity(state)
+
     # TODO these aren't part of the interface and aren't internal methods.
     # Callers should be fixed to not use them.