~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/workingtree_4.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:
1598
1598
        """Overrideable method to get a bzrdir for testing."""
1599
1599
        # please test against something that will let us do tree references
1600
1600
        return bzrdir.format_registry.make_bzrdir(
1601
 
            'dirstate-with-subtree')
 
1601
            'development-subtree')
1602
1602
 
1603
1603
    _matchingbzrdir = property(__get_matchingbzrdir)
1604
1604