~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2007-10-05 10:45:11 UTC
  • mto: (2592.3.168 repository)
  • mto: This revision was merged to the branch mainline in revision 2908.
  • Revision ID: robertc@robertcollins.net-20071005104511-e1uy11glm79wrjtb
* New module ``bzrlib.bisect_multi`` with generic multiple-bisection-at-once
  logic, currently only available for byte-based lookup
  (``bisect_multi_bytes``). (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
191
191
   * New method on xml serialisers, write_inventory_to_lines, which matches the
192
192
     API used by knits for adding content. (Robert Collins)
193
193
 
 
194
   * New module ``bzrlib.bisect_multi`` with generic multiple-bisection-at-once
 
195
     logic, currently only available for byte-based lookup
 
196
     (``bisect_multi_bytes``). (Robert Collins)
 
197
 
194
198
   * New helper ``bzrlib.tuned_gzip.bytes_to_gzip`` which takes a byte string
195
199
     and returns a gzipped version of the same. This is used to avoid a bunch
196
200
     of api friction during adding of knit hunks. (Robert Collins)