~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Integrate in stat-cache-updates-during-commit with faster iter-changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
      push.  It is also faster if there are no tags in the local branch.
27
27
      (Andrew Bennetts)
28
28
 
 
29
    * File changes during a commit will update the tree stat cache.
 
30
      (Robert Collins)
 
31
 
29
32
    * Location aliases can now accept a trailing path.  (Micheal Hudson)
30
33
 
31
34
    * New hooks ``Lock.hooks`` when LockDirs are acquired and released. 
72
75
 
73
76
  API CHANGES:
74
77
 
 
78
    * ``CommitBuilder.record_entry_contents`` returns one more element in
 
79
      its result tuple - an optional file system hash for the hash cache
 
80
      to use. (Robert Collins)
 
81
 
75
82
  TESTING:
76
83
 
77
84
    * ``bzrlib.tests.repository_implementations`` has been renamed to
97
104
      tree walking, and modular directory listing code to aid future
98
105
      performance optimisations and refactoring. (Robert Collins)
99
106
 
 
107
    * New race-free method on MutableTree ``get_file_with_stat`` for use
 
108
      when generating stat cache results. (Robert Collins)
 
109
 
100
110
    * New win32utils.get_local_appdata_location() provides access to a local
101
111
      directory for storing data.  (Mark Hammond)
102
112