]> git.pld-linux.org Git - packages/bzr-fastimport.git/blame - bug-541626.patch
BR: rpmbuild(macros) >= 1.710
[packages/bzr-fastimport.git] / bug-541626.patch
CommitLineData
34adf212
ER
1disable graphing
2https://bugs.launchpad.net/bzr/+bug/541626
3
4minimal testcase from
5https://github.com/termie/git-bzr-ng/issues/38
6
7=== modified file 'revision_store.py'
8--- revision_store.py 2012-01-10 08:48:02 +0000
9+++ revision_store.py 2012-11-03 22:06:31 +0000
10@@ -170,7 +170,7 @@
11 """
12 self.repo = repo
13 self._graph = None
14- self._use_known_graph = True
15+ self._use_known_graph = False
16 self._supports_chks = getattr(repo._format, 'supports_chks', False)
17
18 def expects_rich_root(self):
19
This page took 0.058311 seconds and 4 git commands to generate.