~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/whats-new/whats-new-in-2.3.txt

  • Committer: Vincent Ladeuil
  • Date: 2010-08-28 15:34:24 UTC
  • mto: (5398.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 5399.
  • Revision ID: v.ladeuil+lp@free.fr-20100828153424-yybmcql9o0t43m7a
Fix bug #625686 by removing the warning filter added by selftest.

* bzrlib/symbol_versioning.py:
(suppress_deprecation_warnings, activate_deprecation_warnings):
Always return a cleanup callable even if no filter is installed.

* bzrlib/versionedfile.py:
Drive-by cleanup, the module is not needed.

* bzrlib/builtins.py:
(cmd_selftest.run): Ensure we restore the right warning filters.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
:doc:`../release-notes/index` for a full list.
9
9
 
10
10
Users are encouraged to upgrade from the other stable series.  This
11
 
document outlines the improvements in Bazaar 2.3 vs Bazaar 2.2. As well as
 
11
document outlines the improvements in Bazaar 2.2 vs Bazaar 2.1. As well as
12
12
summarizing improvements made to the core product, it highlights
13
13
enhancements within the broader Bazaar world of potential interest to
14
14
those upgrading.
15
15
 
16
 
Bazaar 2.3.0 is fully compatible both locally and on the network with 2.0
 
16
Bazaar 2.2.0 is fully compatible both locally and on the network with 2.0
17
17
2.1, and 2.2, and can read and write repositories generated by all
18
18
previous versions.
19
19
 
28
28
Performance improvements
29
29
************************
30
30
 
31
 
* ``bzr revert`` and ``bzr status`` are up to 15% faster on large trees
32
 
  with many changes by not repeatedly building a list of all file-ids.
33
 
  (Andrew Bennetts)
34
 
 
35
31
* ``bzr send`` uses less memory.  
36
32
  (John Arbash Meinel, #614576)
37
33