~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-10-03 05:04:42 UTC
  • mfrom: (2776.4.19 commit)
  • Revision ID: pqm@pqm.ubuntu.com-20071003050442-e0x9ofdfo0hwxnal
(robertc) Move serialisation of inventory entries into CommitBuilder. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
164
164
     duplication from user input, when a user mentions both a path and an item
165
165
     contained within that path. (Robert Collins)
166
166
 
 
167
   * New method on ``bzrlib.tree.Tree`` ``path_content_summary`` provides a
 
168
     tuple containing the key information about a path for commit processing
 
169
     to complete. (Robert Collins)
 
170
 
167
171
   * New method on xml serialisers, write_inventory_to_lines, which matches the
168
172
     API used by knits for adding content. (Robert Collins)
169
173
 
468
472
     incremental addition of data to a file without requiring that all the
469
473
     data be buffered in memory. (Robert Collins)
470
474
 
471
 
   * New method on ``bzrlib.tree.Tree`` ``path_content_summary`` provides a
472
 
     tuple containing the key information about a path for commit processing
473
 
     to complete. (Robert Collins)
474
 
 
475
475
   * New methods on ``bzrlib.knit.KnitVersionedFile``:
476
476
     ``get_data_stream(versions)``, ``insert_data_stream(stream)`` and
477
477
     ``get_format_signature()``.  These provide some infrastructure for