/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/remote.py

  • Committer: Andrew Bennetts
  • Date: 2008-03-27 06:10:18 UTC
  • mfrom: (3309 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3320.
  • Revision ID: andrew.bennetts@canonical.com-20080327061018-dxztpxyv6yoeg3am
Merge from bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
283
283
        # the external path for RemoteTransports is the base
284
284
        return self.base
285
285
 
 
286
    def recommended_page_size(self):
 
287
        """Return the recommended page size for this transport."""
 
288
        return 64 * 1024
 
289
        
286
290
    def _readv(self, relpath, offsets):
287
291
        if not offsets:
288
292
            return