~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-12-11 20:23:00 UTC
  • mfrom: (3890.2.18 get_record_stream_chunked)
  • Revision ID: pqm@pqm.ubuntu.com-20081211202300-6dz1vo3phfsc23pj
(jam) Add ContentFactory.get_bytes_as('chunked') and
        osutils.chunks_to_lines()

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
      advantage of pycurl is that it checks ssl certificates.)
85
85
      (John Arbash Meinel)
86
86
 
 
87
    * ``VersionedFiles.get_record_stream()`` can now return objects with a
 
88
      storage_kind of ``chunked``. This is a collection (list/tuple) of
 
89
      strings. You can use ``osutils.chunks_to_lines()`` to turn them into
 
90
      guaranteed 'lines' or you can use ``''.join(chunks)`` to turn it
 
91
      into a fulltext. This allows for some very good memory savings when
 
92
      asking for many texts that share ancestry, as the individual chunks
 
93
      can be shared between versions of the file. (John Arbash Meinel)
 
94
 
 
95
 
87
96
 
88
97
bzr 1.10 2008-12-05
89
98
-------------------