/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

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

  • Committer: Robert Collins
  • Date: 2009-03-03 03:27:51 UTC
  • mto: (4070.2.5 integration)
  • mto: This revision was merged to the branch mainline in revision 4075.
  • Revision ID: robertc@robertcollins.net-20090303032751-ubyfhezgjul6y5ic
Get BzrDir.cloning_metadir working.

Show diffs side-by-side

added added

removed removed

Lines of Context:
418
418
        self.empty_branch.push(target)
419
419
        self.assertEqual(
420
420
            ['BzrDir.open',
421
 
             'get',
422
421
             'BzrDir.open_branch',
423
422
             'BzrDir.find_repositoryV3',
424
423
             'Branch.get_stacked_on_url',