~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
143
143
 
144
144
    * New EmailMessage class to create email messages. (Adeodato Simó)
145
145
 
 
146
    * Unused functions on the private interface KnitIndex have been removed.
 
147
      (Robert Collins)
 
148
 
 
149
    * New ``knit.KnitGraphIndex`` which provides a ``KnitIndex`` layered on top
 
150
      of a ``index.GraphIndex``. (Robert Collins)
 
151
 
 
152
    * New ``knit.KnitVersionedFile.iter_parents`` method that allows querying
 
153
      the parents of many knit nodes at once, reducing round trips to the 
 
154
      underlying index. (Robert Collins)
 
155
 
146
156
    * New methods on Repository - ``start_write_group``,
147
157
      ``commit_write_group``, ``abort_write_group`` and ``is_in_write_group`` -
148
158
      which provide a clean hook point for transactional Repositories - ones
150
160
      available in one step. This allows the write lock to remain while making
151
161
      a series of data insertions.  (e.g. data conversion). (Robert Collins)
152
162
 
153
 
    * Unused functions on the private interface KnitIndex have been removed.
154
 
      (Robert Collins)
155
 
 
156
 
    * New ``knit.KnitGraphIndex`` which provides a ``KnitIndex`` layered on top
157
 
      of a ``index.GraphIndex``. (Robert Collins)
158
 
 
159
 
    * New ``knit.KnitVersionedFile.iter_parents`` method that allows querying
160
 
      the parents of many knit nodes at once, reducing round trips to the 
161
 
      underlying index. (Robert Collins)
162
 
 
163
163
  TESTING:
164
164
 
165
165
    * Remove selftest ``--clean-output``, ``--numbered-dirs`` and