~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2007-09-03 02:58:58 UTC
  • mto: (2592.3.122 repository)
  • mto: This revision was merged to the branch mainline in revision 2791.
  • Revision ID: robertc@robertcollins.net-20070903025858-k2pxq3qz6ulhhtgq
 * The ``add_lines`` methods on ``VersionedFile`` implementations has changed
   its return value to include the sha1 and length of the inserted text. This
   allows the avoidance of double-sha1 calculations during commit.
   (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
115
115
   * ``Branch.append_revision`` is removed altogether; please use 
116
116
     ``Branch.set_last_revision_info`` instead.  (Martin Pool)
117
117
 
 
118
   * The ``add_lines`` methods on ``VersionedFile`` implementations has changed
 
119
     its return value to include the sha1 and length of the inserted text. This
 
120
     allows the avoidance of double-sha1 calculations during commit.
 
121
     (Robert Collins)
 
122
 
118
123
   * ``Transport.should_cache`` has been removed.  It was not called in the
119
124
     previous release.  (Martin Pool)
120
125