~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

(spiv) Remove redundant parent inventories calculation during fetch. (Andrew
 Bennetts)

Show diffs side-by-side

added added

removed removed

Lines of Context:
231
231
        # being too low. If rpc_count increases, more network roundtrips have
232
232
        # become necessary for this use case. Please do not adjust this number
233
233
        # upwards without agreement from bzr's network support maintainers.
234
 
        self.assertLength(14, self.hpss_calls)
 
234
        self.assertLength(13, self.hpss_calls)
235
235
        remote = branch.Branch.open('public')
236
236
        self.assertEndsWith(remote.get_stacked_on_url(), '/parent')
237
237