~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/workingtree.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-03-07 23:31:24 UTC
  • mfrom: (1551.10.26 Aaron's mergeable stuff)
  • Revision ID: pqm@pqm.ubuntu.com-20070307233124-ad2724bf65e09035
fixes for 0.15

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