~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/workingtree_4.py

merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1406
1406
 
1407
1407
class DirStateWorkingTreeFormat(WorkingTreeFormat3):
1408
1408
 
 
1409
    missing_parent_conflicts = True
 
1410
 
1409
1411
    def initialize(self, a_bzrdir, revision_id=None, from_branch=None,
1410
1412
                   accelerator_tree=None, hardlink=False):
1411
1413
        """See WorkingTreeFormat.initialize().