~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/workingtree_4.py

merge bzr.dev@4126 into brisbane-core

Show diffs side-by-side

added added

removed removed

Lines of Context:
1457
1457
                           _control_files=control_files)
1458
1458
 
1459
1459
    def __get_matchingbzrdir(self):
 
1460
        return self._get_matchingbzrdir()
 
1461
 
 
1462
    def _get_matchingbzrdir(self):
 
1463
        """Overrideable method to get a bzrdir for testing."""
1460
1464
        # please test against something that will let us do tree references
1461
1465
        return bzrdir.format_registry.make_bzrdir(
1462
1466
            'dirstate-with-subtree')