~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: John Arbash Meinel
  • Date: 2011-04-05 12:52:10 UTC
  • mto: This revision was merged to the branch mainline in revision 5759.
  • Revision ID: john@arbash-meinel.com-20110405125210-jau8vc9mfhp59gzp
Change WT._observed_sha1 to also update st.st_size.

The 'is this file up-to-date' check includes st_size as a field
it wants to be exact. We happened to set this as a side effect
of bzr commit, but it wasn't being done in _observed_sha1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
.. Major internal changes, unlikely to be visible to users or plugin 
74
74
   developers, but interesting for bzr developers.
75
75
 
 
76
* ``WorkingTree._observed_sha1`` also updates the 'size' column. It
 
77
  happened to be updated as a side-effect of commit, but if we start using
 
78
  the function elsewhere we might as well do it directly.
 
79
  (John Arbash Meinel)
 
80
 
76
81
Testing
77
82
*******
78
83