Rev 4072: 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. in http://people.ubuntu.com/~robertc/baz2.0/integration

Robert Collins robertc at robertcollins.net
Tue Mar 3 01:34:25 GMT 2009


At http://people.ubuntu.com/~robertc/baz2.0/integration

------------------------------------------------------------
revno: 4072
revision-id: robertc at robertcollins.net-20090303013422-cibt4toffn1f6i0h
parent: robertc at robertcollins.net-20090303010625-5bjnznbsmxv0bm7j
committer: Robert Collins <robertc at robertcollins.net>
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',




More information about the bazaar-commits mailing list