~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_repository/test_repository.py

  • Committer: Max Bowsher
  • Date: 2012-08-08 11:44:19 UTC
  • mfrom: (6552 +trunk)
  • mto: (6581.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 6582.
  • Revision ID: _@maxb.eu-20120808114419-hes7at3ihv3mwi16
MergeĀ lp:bzr

Show diffs side-by-side

added added

removed removed

Lines of Context:
628
628
            self.get_vfs_only_url('remote')).open_repository()
629
629
        # Make a branch in that repo in an old format that isn't the default
630
630
        # branch format for the repo.
631
 
        from bzrlib.branch import BzrBranchFormat5
 
631
        from bzrlib.branchfmt.fullhistory import BzrBranchFormat5
632
632
        format = remote_backing_repo.bzrdir.cloning_metadir()
633
633
        format._branch_format = BzrBranchFormat5()
634
634
        remote_transport = remote_repo.bzrdir.root_transport.clone('branch')