~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-04-14 04:35:47 UTC
  • mfrom: (5147.3.7 diff-relock)
  • Revision ID: pqm@pqm.ubuntu.com-20100414043547-j4t4napw7duy07if
(andrew) Read-lock the trees and branches only once in cmd_diff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
  generated by a template and not edited by the user.
52
52
  (Robert Collins, #530265)
53
53
 
 
54
* ``bzr diff`` read-locks the trees and branches only once, saving about
 
55
  10-20ms on ``bzr diff`` in a bzr.dev tree.
 
56
  (Andrew Bennetts)
 
57
 
54
58
* ``bzr missing`` read-locks the branches only once.
55
59
  (Andrew Bennetts)
56
60
  
73
77
API Changes
74
78
***********
75
79
 
 
80
* ``bzrlib.diff.get_trees_and_branches_to_diff`` is deprecated.  Use
 
81
  ``get_trees_and_branches_to_diff_locked`` instead.
 
82
  (Andrew Bennetts)
 
83
  
76
84
Internals
77
85
*********
78
86