~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2007-09-13 03:16:07 UTC
  • mto: (2839.1.1 ianc-integration2)
  • mto: This revision was merged to the branch mainline in revision 2841.
  • Revision ID: robertc@robertcollins.net-20070913031607-fit1cj291o8yu1z2
* New helper ``bzrlib.tuned_gzip.bytes_to_gzip`` which takes a byte string
  and returns a gzipped version of the same. This is used to avoid a bunch
  of api friction during adding of knit hunks. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
   * The ``VersionedFile`` interface now allows content checks to be bypassed
23
23
     by supplying check_content=False.  This saves nearly 30% of the minimum
24
24
     cost to store a version of a file. (Robert Collins)
25
 
  
 
25
 
 
26
  INTERNALS:
 
27
 
 
28
   * New helper ``bzrlib.tuned_gzip.bytes_to_gzip`` which takes a byte string
 
29
     and returns a gzipped version of the same. This is used to avoid a bunch
 
30
     of api friction during adding of knit hunks. (Robert Collins)
 
31
 
26
32
  TESTING:
27
33
 
28
34