Show More
@@ -267,6 +267,12 b' class MercurialRepository(BaseRepository' | |||
|
267 | 267 | self.commit_ids = self._get_all_commit_ids() |
|
268 | 268 | self._rebuild_cache(self.commit_ids) |
|
269 | 269 | |
|
270 | def verify(self): | |
|
271 | verify = self._remote.verify() | |
|
272 | ||
|
273 | self._remote.invalidate_vcs_cache() | |
|
274 | return verify | |
|
275 | ||
|
270 | 276 | def get_common_ancestor(self, commit_id1, commit_id2, repo2): |
|
271 | 277 | if commit_id1 == commit_id2: |
|
272 | 278 | return commit_id1 |
General Comments 0
You need to be logged in to leave comments.
Login now