/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/http/__init__.py

  • Committer: Michael Hudson
  • Date: 2007-11-29 18:58:23 UTC
  • mfrom: (3048 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3189.
  • Revision ID: michael.hudson@canonical.com-20071129185823-vpokl0unnsjib0xw
merge bzr.dev
a bit involved, hope i got it all right!

Show diffs side-by-side

added added

removed removed

Lines of Context:
250
250
    _bytes_to_read_before_seek = 128
251
251
    # No limit on the offset number that get combined into one, we are trying
252
252
    # to avoid downloading the whole file.
253
 
    _max_readv_combined = 0
 
253
    _max_readv_combine = 0
254
254
 
255
255
    def _readv(self, relpath, offsets):
256
256
        """Get parts of the file at the given relative path.