~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Ian Clatworthy
  • Date: 2009-03-13 00:29:41 UTC
  • mto: (4180.1.1 ianc-integration)
  • mto: This revision was merged to the branch mainline in revision 4181.
  • Revision ID: ian.clatworthy@canonical.com-20090313002941-0y35d4gxh0ck3pdc
Inventory.filter() API with tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
 
44
44
  API CHANGES:
45
45
 
 
46
    * New API ``Inventory.filter()`` added that filters an inventory by
 
47
      a set of file-ids so that only those fileids, their parents and
 
48
      their children are included.
 
49
      (Ian Clatworthy)
 
50
 
46
51
    * New sort order for ``get_record_stream`` ``groupcompress`` which
47
52
      sorts optimally for use with groupcompress compressors. (John Arbash
48
53
      Meinel, Robert Collins)