At http://people.ubuntu.com/~robertc/baz2.0/integration
------------------------------------------------------------ revno: 4072 revision-id: [email protected] parent: [email protected] committer: Robert Collins <[email protected]> branch nick: integration timestamp: Tue 2009-03-03 12:34:22 +1100 message: Add a get call to the effort test for pushing an empty branch: we need the network name in nearly all non-corner case operations - there is no real world impact. === modified file 'bzrlib/tests/branch_implementations/test_push.py' --- a/bzrlib/tests/branch_implementations/test_push.py 2009-02-27 01:02:40 +0000 +++ b/bzrlib/tests/branch_implementations/test_push.py 2009-03-03 01:34:22 +0000 @@ -418,6 +418,7 @@ self.empty_branch.push(target) self.assertEqual( ['BzrDir.open', + 'get', 'BzrDir.open_branch', 'BzrDir.find_repositoryV3', 'Branch.get_stacked_on_url', -- bazaar-commits mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/bazaar-commits
