mercurial/filelog.py
changeset 39842 97986c9c69d3
parent 39785 979e9f124caa
child 39843 68282a7b29a7
equal deleted inserted replaced
39841:39f51064e9f5 39842:97986c9c69d3
   186         if self.renamed(node):
   186         if self.renamed(node):
   187             t2 = self.read(node)
   187             t2 = self.read(node)
   188             return t2 != text
   188             return t2 != text
   189 
   189 
   190         return True
   190         return True
       
   191 
       
   192     def verifyintegrity(self, state):
       
   193         return self._revlog.verifyintegrity(state)
   191 
   194 
   192     # TODO these aren't part of the interface and aren't internal methods.
   195     # TODO these aren't part of the interface and aren't internal methods.
   193     # Callers should be fixed to not use them.
   196     # Callers should be fixed to not use them.
   194 
   197 
   195     # Used by LFS.
   198     # Used by LFS.