/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/transport/sftp.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-10-04 07:12:14 UTC
  • mfrom: (2745.5.6 transport-get-file)
  • Revision ID: pqm@pqm.ubuntu.com-20071004071214-i0icltanhq59qtwt
(robertc) Transport improvements from packs: new trace+ transport, and readv adjust_for_latency feature, as well as test harness cleanup. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
247
247
            self._translate_io_exception(e, path, ': error retrieving',
248
248
                failure_exc=errors.ReadError)
249
249
 
250
 
    def readv(self, relpath, offsets):
 
250
    def _readv(self, relpath, offsets):
251
251
        """See Transport.readv()"""
252
252
        # We overload the default readv() because we want to use a file
253
253
        # that does not have prefetch enabled.