/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

Merge from bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
252
252
    # to avoid downloading the whole file.
253
253
    _max_readv_combined = 0
254
254
 
255
 
    def readv(self, relpath, offsets):
 
255
    def _readv(self, relpath, offsets):
256
256
        """Get parts of the file at the given relative path.
257
257
 
258
258
        :param offsets: A list of (offset, size) tuples.