~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.5.txt

  • Committer: Patch Queue Manager
  • Date: 2011-12-14 21:50:54 UTC
  • mfrom: (6282.6.43 hpss-get-inventories)
  • Revision ID: pqm@pqm.ubuntu.com-20111214215054-kbzhlka9gtbd4zd7
(jelmer) Add HPSS call for retrieving inventories. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
 
96
96
* New HPSS call ``BzrDir.checkout_metadir``. (Jelmer Vernooij, #894459)
97
97
 
 
98
* New HPSS call ``VersionedFileRepository.get_inventories``,
 
99
  speeding up various commands including ``bzr export``,
 
100
  ``bzr checkout`` and ``bzr cat``. (Jelmer Vernooij, #608640)
 
101
 
98
102
Testing
99
103
*******
100
104
 
156
160
* Plugins can now register additional "location aliases".
157
161
  (Jelmer Vernooij)
158
162
 
 
163
* ``bzr status`` no longer shows shelves if files are specified.
 
164
  (Francis Devereux)
 
165
 
159
166
* Revision specifiers will now only browse as much history as they
160
167
  need to, rather than grabbing the whole history unnecessarily in some
161
168
  cases. (Jelmer Vernooij)
281
288
  ``Repository.get_revision_signature_text``.
282
289
  (Jelmer Vernooij)
283
290
 
 
291
* Add HPSS call for ``Branch.get_checkout_format``. (Jelmer Vernooij, #894459)
 
292
 
284
293
* Add HPSS call for ``Repository.pack``. (Jelmer Vernooij, #894461)
285
294
 
 
295
* Add HPSS calls for ``Repository.iter_files_bytes``, speeding up
 
296
  several commands including ``bzr export`` and ``bzr co --lightweight``.
 
297
  (Jelmer Vernooij, #608640)
 
298
 
286
299
* Custom HPSS error handlers can now be installed in the smart server client
287
300
  using the ``error_translators`` and ``no_context_error_translators``
288
301
  registries. (Jelmer Vernooij)