~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-06-22 17:11:20 UTC
  • mfrom: (4398.8.10 1.16-commit-fulltext)
  • Revision ID: pqm@pqm.ubuntu.com-20090622171120-fuxez9ylfqpxynqn
(jam) Add VF._add_text and reduce memory overhead during commit (see
        bug #109114)

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
  ``BZR_PROGRESS_BAR`` is set to ``none``.
43
43
  (Martin Pool, #339385)
44
44
 
 
45
* Reduced memory consumption during ``bzr commit`` of large files. For
 
46
  pre 2a formats, should be down to ~3x the size of a file, and for
 
47
  ``--2a`` formats should be down to exactly 2x the size. Related to bug
 
48
  #109114. (John Arbash Meinel)
 
49
 
45
50
* Unshelve works correctly when multiple zero-length files are present on
46
51
  the shelf. (Aaron Bentley, #363444)
47
52
 
66
71
  properly fetch the minimum number of texts for non-smart fetching.
67
72
  (John Arbash Meinel)
68
73
 
 
74
* ``VersionedFiles._add_text`` is a new api that lets us insert text into
 
75
  the repository as a single string, rather than a list of lines. This can
 
76
  improve memory overhead and performance of committing large files.
 
77
  (Currently a private api, used only by commit). (John Arbash Meinel)
 
78
  
 
79
 
69
80
 
70
81
Improvements
71
82
************