~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_pull.py

  • Committer: Andrew Bennetts
  • Date: 2009-06-10 05:32:52 UTC
  • mto: This revision was merged to the branch mainline in revision 4446.
  • Revision ID: andrew.bennetts@canonical.com-20090610053252-38q6noygu4nvef8p
Move _extend_partial_history into Branch base class, and use it in get_rev_id rather than self.revision_history().

Show diffs side-by-side

added added

removed removed

Lines of Context:
377
377
        # being too low. If rpc_count increases, more network roundtrips have
378
378
        # become necessary for this use case. Please do not adjust this number
379
379
        # upwards without agreement from bzr's network support maintainers.
380
 
        self.assertLength(43, self.hpss_calls)
 
380
        self.assertLength(31, self.hpss_calls)
381
381
        remote = Branch.open('stacked')
382
382
        self.assertEndsWith(remote.get_stacked_on_url(), '/parent')
383
383