~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repository.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-07-16 07:54:18 UTC
  • mfrom: (3537.3.5 stacking)
  • Revision ID: pqm@pqm.ubuntu.com-20080716075418-xbachkqt622m73v1
(mbp) post-merge review cleanups for stacking

Show diffs side-by-side

added added

removed removed

Lines of Context:
2786
2786
            # Double query here: should be able to avoid this by changing the
2787
2787
            # graph api further.
2788
2788
            result_set = found_ids - frozenset(
2789
 
                self.target.get_graph().get_parent_map(found_ids))
 
2789
                self.target.get_parent_map(found_ids))
2790
2790
        else:
2791
2791
            source_ids = self.source.all_revision_ids()
2792
2792
            # source_ids is the worst possible case we may need to pull.