~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/workingtree.py

Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
945
945
        
946
946
        A new branch will be created, relative to the path for this tree.
947
947
        """
 
948
        self.flush()
948
949
        def mkdirs(path):
949
950
            segments = osutils.splitpath(path)
950
951
            transport = self.branch.bzrdir.root_transport