/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_branch/__init__.py

Merge propagate-exceptions into http-leaks

Show diffs side-by-side

added added

removed removed

Lines of Context:
132
132
    # Generate a list of branch formats and their associated bzrdir formats to
133
133
    # use.
134
134
    combinations = [(format, format._matchingbzrdir) for format in
135
 
         BranchFormat._formats.values() + _legacy_formats]
 
135
         BranchFormat.get_formats() + _legacy_formats]
136
136
    scenarios = make_scenarios(
137
137
        # None here will cause the default vfs transport server to be used.
138
138
        None,