~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.4.txt

(jameinel) Bug #380202,
 don't bother rewriting the dirstate if <10 items have changed. (John A
 Meinel)

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
* Slightly reduced memory consumption when fetching into a 2a repository
30
30
  by reusing existing caching a little better.  (Andrew Bennetts)
31
31
 
 
32
* Speed up ``bzr status`` by a little bit when there are a couple of
 
33
  modified files. We now track how many files we have seen that need
 
34
  updating, and only rewrite the dirstate file if enough of them have
 
35
  changed. The default is 10, and can be overridden by setting the branch
 
36
  option "``bzr.workingtree.worth_saving_limit``".
 
37
  (Ian Clatworthy, John Arbash Meinel, #380202)
 
38
 
32
39
Bug Fixes
33
40
*********
34
41
 
144
151
* ``bzr log`` now works on revisions which are not in the current branch.
145
152
  (Matt Giuca, #241998)
146
153
 
 
154
* Don't rewrite the dirstate file when non-interesting changes have
 
155
  occurred. This can significantly improve 'bzr status' times when there
 
156
  are only small changes to a large tree.
 
157
  (Ian Clatworthy, John Arbash Meinel, #380202)
 
158
 
147
159
* Lazy hooks are now reset between test runs. (Jelmer Vernooij, #745566)
148
160
 
149
161
* ``bzrlib.merge.Merge`` now calls ``iter_changes`` without