~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-20 09:52:25 UTC
  • mto: This revision was merged to the branch mainline in revision 5385.
  • Revision ID: v.ladeuil+lp@free.fr-20100820095225-wijo4emfgvtmu2ku
BzrRemoveChangedFilesError is deprecated in 2.3.

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
 
41
37
  tree may substantially improve the speed of operations like ``bzr
42
38
  commit``.  (Andrew Bennetts)
43
39
 
44
 
* Lower memory consumption when reading many chk index pages. Helpful for
45
 
  things like ``bzr co`` or ``bzr ls -R`` on large trees.
46
 
  (John Arbash Meinel)
47
 
 
48
40
* When building new working trees, default to reading from the repository
49
41
  rather than the source tree unless explicitly requested. (via
50
42
  ``--files-from`` and ``--hardlink`` for ``bzr branch`` and