~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2007-09-04 10:08:58 UTC
  • mto: (2592.3.126 repository)
  • mto: This revision was merged to the branch mainline in revision 2862.
  • Revision ID: robertc@robertcollins.net-20070904100858-971b6sssddwfmwrw
* New method on ``bzrlib.tree.Tree`` ``path_content_summary`` provides a
 tuple containing the key information about a path for commit processing
 to complete. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
227
227
     incremental addition of data to a file without requiring that all the
228
228
     data be buffered in memory. (Robert Collins)
229
229
 
 
230
   * New method on ``bzrlib.tree.Tree`` ``path_content_summary`` provides a
 
231
     tuple containing the key information about a path for commit processing
 
232
     to complete. (Robert Collins)
 
233
 
230
234
   * New methods on ``bzrlib.knit.KnitVersionedFile``:
231
235
     ``get_data_stream(versions)``, ``insert_data_stream(stream)`` and
232
236
     ``get_format_signature()``.  These provide some infrastructure for