~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-01-27 16:27:26 UTC
  • mto: This revision was merged to the branch mainline in revision 6449.
  • Revision ID: jelmer@samba.org-20120127162726-f3qlvm7xkfg460ck
Run subtree tests with development-subtree rather than deprecated dirstate-with-subtree.

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.