~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.5.txt

(Neil Martinsen-Burrell) Add ControlDir.get_branches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
.. Major internal changes, unlikely to be visible to users or plugin 
58
58
   developers, but interesting for bzr developers.
59
59
 
 
60
* ControlDir now has a get_branches method that returns a dictionary
 
61
  whose keys are the names of the branches and whose values are the
 
62
  branches themselves. The active branch uses the key None.
 
63
  (Neil Martinsen-Burrell)
 
64
 
60
65
Testing
61
66
*******
62
67