/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/per_repository/test_repository.py

  • Committer: jelmer at samba
  • Date: 2011-10-11 12:01:51 UTC
  • mto: This revision was merged to the branch mainline in revision 6214.
  • Revision ID: jelmer@samba.org-20111011120151-l1aa35zasaocrev3
Fix tests and the like.

Show diffs side-by-side

added added

removed removed

Lines of Context:
663
663
        format = remote_backing_repo.bzrdir.cloning_metadir()
664
664
        format._branch_format = BzrBranchFormat5()
665
665
        remote_transport = remote_repo.bzrdir.root_transport.clone('branch')
666
 
        remote_backing_repo.bzrdir.create_branch_convenience(
 
666
        controldir.ControlDir.create_branch_convenience(
667
667
            remote_transport.base, force_new_repo=False, format=format)
668
668
        remote_branch = bzrdir.BzrDir.open_from_transport(
669
669
            remote_transport).open_branch()