~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Robert Collins
  • Date: 2009-03-06 04:38:56 UTC
  • mto: (4086.1.1 hpss-integration)
  • mto: This revision was merged to the branch mainline in revision 4087.
  • Revision ID: robertc@robertcollins.net-20090306043856-1w5vzs5ebv93zyda
Review feedback.

Show diffs side-by-side

added added

removed removed

Lines of Context:
289
289
        # being too low. If rpc_count increases, more network roundtrips have
290
290
        # become necessary for this use case. Please do not adjust this number
291
291
        # upwards without agreement from bzr's network support maintainers.
292
 
        self.debug()
293
292
        self.assertEqual(11, rpc_count)
294
293
 
295
294