~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2008-09-23 06:21:45 UTC
  • mto: (3696.5.2 iter-changes.less-sha1)
  • mto: This revision was merged to the branch mainline in revision 3741.
  • Revision ID: robertc@robertcollins.net-20080923062145-bi6lcbxwgfhcm8j9
Sha files for the stat cache more lazily rather than on first-examination, allowing less overall sha calculations to occur.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 
37
37
  API CHANGES:
38
38
 
 
39
    * ``dirstate.DirState.update_entry`` will now only calculate the sha1
 
40
      of a file if it is likely to be needed in determining the output
 
41
      of iter_changes. (Robert Collins)
 
42
 
39
43
  TESTING:
40
44
 
41
45
    * ``bzrlib.tests.repository_implementations`` has been renamed to