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

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