~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-09-26 05:47:03 UTC
  • mfrom: (3696.5.4 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20080926054703-nxn5f1h7z7gvur96
(robertc) Improve the handling of the sha1 cache by updating it
        during commit and avoiding some of the sha generation during
        iter_changes. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
      push.  It is also faster if there are no tags in the local branch.
33
33
      (Andrew Bennetts)
34
34
 
 
35
    * File changes during a commit will update the tree stat cache.
 
36
      (Robert Collins)
 
37
 
35
38
    * Location aliases can now accept a trailing path.  (Micheal Hudson)
36
39
 
37
40
    * New hooks ``Lock.hooks`` when LockDirs are acquired and released. 
87
90
 
88
91
  API CHANGES:
89
92
 
 
93
    * ``CommitBuilder.record_entry_contents`` returns one more element in
 
94
      its result tuple - an optional file system hash for the hash cache
 
95
      to use. (Robert Collins)
 
96
 
 
97
    * ``dirstate.DirState.update_entry`` will now only calculate the sha1
 
98
      of a file if it is likely to be needed in determining the output
 
99
      of iter_changes. (Robert Collins)
 
100
 
90
101
  TESTING:
91
102
 
92
103
    * ``bzrlib.tests.repository_implementations`` has been renamed to
115
126
    * New method ``RevisionSpec.as_tree`` for representing the revision
116
127
      specifier as a revision tree object. (Lukáš Lalinský)
117
128
 
 
129
    * New race-free method on MutableTree ``get_file_with_stat`` for use
 
130
      when generating stat cache results. (Robert Collins)
 
131
 
118
132
    * New win32utils.get_local_appdata_location() provides access to a local
119
133
      directory for storing data.  (Mark Hammond)
120
134