~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/knit.py

  • Committer: Martin Pool
  • Date: 2011-02-08 08:40:47 UTC
  • mto: (5050.62.9 2.2)
  • mto: This revision was merged to the branch mainline in revision 5657.
  • Revision ID: mbp@canonical.com-20110208084047-ppf796e9q5hfxqtr
Search all fallbacks for get_known_graph_ancestry

Show diffs side-by-side

added added

removed removed

Lines of Context:
1195
1195
    def get_known_graph_ancestry(self, keys):
1196
1196
        """Get a KnownGraph instance with the ancestry of keys."""
1197
1197
        parent_map, missing_keys = self._index.find_ancestry(keys)
1198
 
        for fallback in self._fallback_vfs:
 
1198
        for fallback in self._transitive_fallbacks():
1199
1199
            if not missing_keys:
1200
1200
                break
1201
1201
            (f_parent_map, f_missing_keys) = fallback._index.find_ancestry(