~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_repository.py

  • Committer: Jelmer Vernooij
  • Date: 2011-01-19 18:40:15 UTC
  • mfrom: (5622 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5624.
  • Revision ID: jelmer@samba.org-20110119184015-ahycpz0yduideif0
merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1659
1659
        self.orig_pack = target.pack
1660
1660
        target.pack = self.log_pack
1661
1661
        search = target.search_missing_revision_ids(
1662
 
            source_tree.branch.repository, tip)
 
1662
            source_tree.branch.repository, revision_ids=[tip])
1663
1663
        stream = source.get_stream(search)
1664
1664
        from_format = source_tree.branch.repository._format
1665
1665
        sink = target._get_sink()