~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/workingtree_4.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-04-03 02:53:36 UTC
  • mfrom: (4241.2.1 ianc-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090403025336-d79qe56jy4bkhpx9
tree tweaks from brisbane-core

Show diffs side-by-side

added added

removed removed

Lines of Context:
1466
1466
                           _control_files=control_files)
1467
1467
 
1468
1468
    def __get_matchingbzrdir(self):
 
1469
        return self._get_matchingbzrdir()
 
1470
 
 
1471
    def _get_matchingbzrdir(self):
 
1472
        """Overrideable method to get a bzrdir for testing."""
1469
1473
        # please test against something that will let us do tree references
1470
1474
        return bzrdir.format_registry.make_bzrdir(
1471
1475
            'dirstate-with-subtree')