~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/__init__.py

  • Committer: John Arbash Meinel
  • Date: 2005-09-16 14:57:59 UTC
  • mto: (1393.2.1)
  • mto: This revision was merged to the branch mainline in revision 1396.
  • Revision ID: john@arbash-meinel.com-20050916145758-ad06c9ae86840f17
Merged up-to-date against mainline, still broken.

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
 
93
93
    def clone(self, offset=None):
94
94
        """Return a new Transport object, cloned from the current location,
95
 
        using a subdirectory. This allows connections to be pooled,
 
95
        using a subdirectory or parent directory. This allows connections to be pooled,
96
96
        rather than a new one needed for each subdir.
97
97
        """
98
98
        raise NotImplementedError