~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_controldir/__init__.py

Merge pt1 hooks branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
 
36
36
 
37
37
def make_scenarios(vfs_factory, transport_server, transport_readonly_server,
38
 
    formats, name_suffix=''):
 
38
                   formats, name_suffix=''):
39
39
    """Transform the input to a list of scenarios.
40
40
 
41
41
    :param formats: A list of bzrdir_format objects.