~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-0.91.txt

  • Committer: Zearin
  • Date: 2010-11-12 22:43:38 UTC
  • mto: (5570.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 5572.
  • Revision ID: zearin@users.sourceforge.net-20101112224338-x4dzw5gafju8txn5
Continued capitalization fixes.  (URL, URLs)

Show diffs side-by-side

added added

removed removed

Lines of Context:
324
324
  This provides a hint to users of transports as to the reasonable
325
325
  minimum data to read. In principle this can take latency and
326
326
  bandwidth into account on a per-connection basis, but for now it
327
 
  just has hard coded values based on the url. (e.g. http:// has a large
 
327
  just has hard coded values based on the URL. (E.g., http:// has a large
328
328
  page size, file:// has a small one.) (Robert Collins)
329
329
 
330
330
* New method on ``bzrlib.transport.Transport`` ``open_write_stream`` allows