]> git.pld-linux.org Git - packages/bzr-fastimport.git/blob - bug-541626.patch
BR: rpmbuild(macros) >= 1.710
[packages/bzr-fastimport.git] / bug-541626.patch
1 disable graphing
2 https://bugs.launchpad.net/bzr/+bug/541626
3
4 minimal testcase from
5 https://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.049099 seconds and 3 git commands to generate.