~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Delegate basis inventory calculation during commit to the CommitBuilder object.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
      and additionally call ``builder.record_delete`` when a delete
24
24
      against the basis occurs. (Robert Collins)
25
25
 
 
26
  API CHANGES:
 
27
 
 
28
    * The logic in commit now delegates inventory basis calculations to
 
29
      the ``CommitBuilder`` object; this requires that the commit builder
 
30
      in use has been updated to support the new ``recording_deletes`` and
 
31
      ``record_delete`` methods. (Robert Collins)
 
32
 
26
33
 
27
34
bzr 1.8rc1 2008-10-07
28
35
---------------------