~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/groupcompress.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:
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:
1297
 
            import pdb;pdb.set_trace()
 
1296
        for fallback in self._transitive_fallbacks():
1298
1297
            if not missing_keys:
1299
1298
                break
1300
1299
            (f_parent_map, f_missing_keys) = fallback._index.find_ancestry(