equal
deleted
inserted
replaced
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. |