/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/groupcompress.py

comment about the change in the bundled copy of configobj

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 2008, 2009, 2010 Canonical Ltd
 
1
# Copyright (C) 2008-2011 Canonical Ltd
2
2
#
3
3
# This program is free software; you can redistribute it and/or modify
4
4
# it under the terms of the GNU General Public License as published by
1293
1293
        # KnitVersionedFiles.get_known_graph_ancestry, but they don't share
1294
1294
        # ancestry.
1295
1295
        parent_map, missing_keys = self._index.find_ancestry(keys)
1296
 
        for fallback in self._fallback_vfs:
 
1296
        for fallback in self._transitive_fallbacks():
1297
1297
            if not missing_keys:
1298
1298
                break
1299
1299
            (f_parent_map, f_missing_keys) = fallback._index.find_ancestry(