You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
412 B

  1. === modified file 'revision_store.py'
  2. --- revision_store.py 2012-01-10 08:48:02 +0000
  3. +++ revision_store.py 2013-06-13 13:42:59 +0000
  4. @@ -170,7 +170,7 @@
  5. """
  6. self.repo = repo
  7. self._graph = None
  8. - self._use_known_graph = True
  9. + self._use_known_graph = False
  10. self._supports_chks = getattr(repo._format, 'supports_chks', False)
  11. def expects_rich_root(self):