~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

MergeĀ lp:bzr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
343
343
            # This gives metadir branches something they can convert to.
344
344
            # it would be nice to have a 'latest' vs 'default' concept.
345
345
            format = controldir.format_registry.make_bzrdir(
346
 
                'dirstate-with-subtree')
 
346
                'development-subtree')
347
347
            upgrade.upgrade(repo.bzrdir.root_transport.base, format=format)
348
348
        except errors.UpToDateFormat:
349
349
            # this is in the most current format already.