~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-11 16:36:59 UTC
  • mfrom: (6300.1.8 hpss-reconcile)
  • Revision ID: pqm@pqm.ubuntu.com-20111211163659-9iey381vjoj039ia
(jelmer) Add HPSS call for ``Repository.reconcile``. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
.. Improvements to existing commands, especially improved performance 
27
27
   or memory usage, or better results.
28
28
 
 
29
* New HPSS call for ``Repository.reconcile``. (Jelmer Vernooij, #894455)
 
30
 
29
31
Bug Fixes
30
32
*********
31
33
 
237
239
* ``RemoteBranch.get_config_stack`` and ``RemoteBzrDir.get_config_stack``
238
240
  will now use HPSS calls where possible. (Jelmer Vernooij)
239
241
 
 
242
* Custom HPSS error handlers can now be installed in the smart server client
 
243
  using the ``error_translators`` and ``no_context_error_translators``
 
244
  registries. (Jelmer Vernooij)
 
245
 
240
246
* The registry of merge types has been moved to ``merge`` from ``option`` but
241
247
  ``merge.get_merge_type_registry`` remains as an accessor. (Martin Packman)
242
248