At http://people.ubuntu.com/~robertc/baz2.0/integration
------------------------------------------------------------ revno: 4052 revision-id: [email protected] parent: [email protected] committer: Robert Collins <[email protected]> branch nick: integration timestamp: Thu 2009-02-26 11:13:02 +1100 message: Bump stacked first push up by two calls (because the branch is stacked earlier). === modified file 'bzrlib/tests/blackbox/test_push.py' --- a/bzrlib/tests/blackbox/test_push.py 2009-02-25 16:27:41 +0000 +++ b/bzrlib/tests/blackbox/test_push.py 2009-02-26 00:13:02 +0000 @@ -219,7 +219,7 @@ # being too low. If rpc_count increases, more network roundtrips have # become necessary for this use case. Please do not adjust this number # upwards without agreement from bzr's network support maintainers. - self.assertEqual(54, rpc_count) + self.assertEqual(56, rpc_count) remote = Branch.open('public') self.assertEndsWith(remote.get_stacked_on_url(), '/parent') -- bazaar-commits mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/bazaar-commits
