~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-03-22 02:16:19 UTC
  • mfrom: (4180.1.1 ianc-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090322021619-onz77khivwa932zn
filtered deltas (Ian Clatworthy)

Show diffs side-by-side

added added

removed removed

Lines of Context:
121
121
API Changes
122
122
***********
123
123
 
 
124
* New API ``Inventory.filter()`` added that filters an inventory by
 
125
  a set of file-ids so that only those fileids, their parents and
 
126
  their children are included.  (Ian Clatworthy)
 
127
 
124
128
* New sort order for ``get_record_stream`` ``groupcompress`` which
125
129
  sorts optimally for use with groupcompress compressors. (John Arbash
126
130
  Meinel, Robert Collins)
127
131
 
 
132
* Repository APIs ``get_deltas_for_revisions()`` and
 
133
  ``get_revision_delta()`` now support an optional ``specific_fileids``
 
134
  parameter. If provided, the deltas are filtered so that only those
 
135
  file-ids, their parents and their children are included.
 
136
  (Ian Clatworthy)
 
137
 
128
138
* The ``get_credentials`` and ``set_credentials`` methods of 
129
139
  ``AuthenticationConfig`` now accept an optional realm argument.
130
140
  (Jean-Francois Roy)