~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Andrew Bennetts
  • Date: 2010-04-13 13:16:16 UTC
  • mto: This revision was merged to the branch mainline in revision 5152.
  • Revision ID: andrew.bennetts@canonical.com-20100413131616-66dgnztkl9a1be60
Add get_trees_and_branches_to_diff_locked, leave get_trees_and_branches_to_diff unchanged for qbzr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
API Changes
65
65
***********
66
66
 
67
 
* ``bzrlib.diff.get_trees_and_branches_to_diff`` now returns read-locked
68
 
  trees and branches.  It also requires an extra argument,
69
 
  ``add_cleanup``, a callable it will use to to register cleanups to
70
 
  unlock those trees and branches.
71
 
  (Andrew Bennetts)
72
 
 
73
67
Internals
74
68
*********
75
69