~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Jelmer Vernooij
  • Date: 2012-02-28 10:06:39 UTC
  • mfrom: (6437.40.2 rmbranch-colo)
  • mto: This revision was merged to the branch mainline in revision 6482.
  • Revision ID: jelmer@samba.org-20120228100639-p5gndu91wuqwugti
Merge rmbranch-colo.

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.