~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/remote.py

  • Committer: Andrew Bennetts
  • Date: 2009-10-02 02:40:37 UTC
  • mto: (4634.52.10 2.0)
  • mto: This revision was merged to the branch mainline in revision 4723.
  • Revision ID: andrew.bennetts@canonical.com-20091002024037-ecor9rgvsk1umygj
Fix cross-format pulls from stacked branches via smart server, add tests for same.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1887
1887
        :param search: The overall search to satisfy with streams.
1888
1888
        :param sources: A list of Repository objects to query.
1889
1889
        """
1890
 
        self.serialiser = self.to_format._serializer
 
1890
        self.serialiser = self.from_repository._format._serializer
1891
1891
        self.seen_revs = set()
1892
1892
        self.referenced_revs = set()
1893
1893
        # If there are heads in the search, or the key count is > 0, we are not