~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/__init__.py

  • Committer: Robert Collins
  • Date: 2009-04-27 03:34:12 UTC
  • mto: This revision was merged to the branch mainline in revision 4304.
  • Revision ID: robertc@robertcollins.net-20090427033412-3jnnui7ntwib09wa
Review feedback.

Show diffs side-by-side

added added

removed removed

Lines of Context:
329
329
        raise NotImplementedError(self.clone)
330
330
 
331
331
    def create_prefix(self):
332
 
        """Create all the directorie sleading down to self.base."""
 
332
        """Create all the directories leading down to self.base."""
333
333
        cur_transport = self
334
334
        needed = [cur_transport]
335
335
        # Recurse upwards until we can create a directory successfully