~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2008-04-09 00:34:54 UTC
  • mto: This revision was merged to the branch mainline in revision 3350.
  • Revision ID: robertc@robertcollins.net-20080409003454-x19fm1n0o2govzh6
 * ``VersionedFile.annotate_iter`` is deprecated. While in principal this
   allows lower memory use, all users of annotations wanted full file 
   annotations, and there is no storage format suitable for incremental
   line-by-line annotation. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
140
140
      than using a call to ``transaction_finished``, allowing the removal of
141
141
      the fixed list of versioned files per repository. (Robert Collins)
142
142
 
 
143
    * ``VersionedFile.annotate_iter`` is deprecated. While in principal this
 
144
      allows lower memory use, all users of annotations wanted full file 
 
145
      annotations, and there is no storage format suitable for incremental
 
146
      line-by-line annotation. (Robert Collins)
 
147
 
143
148
    * ``VersionedFile.clone_text`` is deprecated. This performance optimisation
144
149
      is no longer used - reading the content of a file that is undergoing a
145
150
      file level merge to identical state on two branches is rare enough, and