~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: Canonical.com Patch Queue Manager
  • Date: 2010-08-24 23:20:14 UTC
  • mfrom: (5365.5.29 2.3-btree-chk-leaf)
  • Revision ID: pqm@pqm.ubuntu.com-20100824232014-nu9owzel2zym2jk2
(jam) Use a custom C type for CHK index entries, saves memory

Show diffs side-by-side

added added

removed removed

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