~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-08-11 02:49:26 UTC
  • mfrom: (5374.2.9 2.3-send-mem-614576)
  • Revision ID: pqm@pqm.ubuntu.com-20100811024926-irizklc3vvd9h45p
(jameinel) Decrease peak memory during 'bzr send',
 but releasing texts no longer needed. (John A Meinel)

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
* Check if both --diff-options and --using are set, and exit with error
48
48
  in this case. (Matthäus G. Chajdas, #234708)
49
49
 
 
50
* Decrease peak memory during ``bzr send``. The old code was caching all
 
51
  text content and all inventory strings for all revisions before
 
52
  computing the diffs. Now we only cache as long as there is a child that
 
53
  will need them. Sending 2000 bzr revisions drops from 1.2GB peak to
 
54
  256MB peak. (John Arbash Meinel, #614576)
 
55
 
50
56
* Don't print internal object name when print an invalid revision spec
51
57
  error.  (Neil Martinsen-Burrell, #598701)
52
58