~jelmer/brz/fix-submodule-import

« back to all changes in this revision

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

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2020-01-19 15:46:24 UTC
  • mfrom: (7449.2.10 branch-reference-remote)
  • Revision ID: breezy.the.bot@gmail.com-20200119154624-anug4aee72039xw3
Support fetching / pushing reference information to remote branches.

Merged from https://code.launchpad.net/~jelmer/brz/branch-reference-remote/+merge/377806

Show diffs side-by-side

added added

removed removed

Lines of Context:
413
413
        # being too low. If rpc_count increases, more network roundtrips have
414
414
        # become necessary for this use case. Please do not adjust this number
415
415
        # upwards without agreement from bzr's network support maintainers.
416
 
        self.assertLength(19, self.hpss_calls)
 
416
        self.assertLength(20, self.hpss_calls)
417
417
        self.assertLength(1, self.hpss_connections)
418
418
        remote = branch.Branch.open('stacked')
419
419
        self.assertEndsWith(remote.get_stacked_on_url(), '/parent')