~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bzrdir.py

merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1466
1466
 
1467
1467
    _lock_class = lockdir.LockDir
1468
1468
 
 
1469
    fixed_components = False
 
1470
 
1469
1471
    def __init__(self):
1470
1472
        self._workingtree_format = None
1471
1473
        self._branch_format = None