/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

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,
165
165
        'branch',
166
166
        'break_lock',
167
167
        'check',
 
168
        'config',
168
169
        'create_checkout',
169
170
        'create_clone',
170
171
        'commit',