/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 breezy/tests/blackbox/test_exceptions.py

  • Committer: Jelmer Vernooij
  • Date: 2017-06-10 00:06:46 UTC
  • mfrom: (6673 work)
  • mto: This revision was merged to the branch mainline in revision 6675.
  • Revision ID: jelmer@jelmer.uk-20170610000646-xj6jh277lo4xuo10
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
        self.addCleanup(controldir.format_registry.remove, "testobsolete")
106
106
        bzrdir.register_metadir(controldir.format_registry, "testobsolete",
107
107
            "breezy.tests.blackbox.test_exceptions.TestObsoleteRepoFormat",
108
 
            branch_format='breezy.branch.BzrBranchFormat7',
 
108
            branch_format='breezy.bzrbranch.BzrBranchFormat7',
109
109
            tree_format='breezy.workingtree_4.WorkingTreeFormat6',
110
110
            deprecated=True,
111
111
            help='Same as 2a, but with an obsolete repo format.')