~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

(jelmer) Raise NotBranchError from BzrDir.destroy_branch. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
* ``ControlDir`` now has a new method ``set_branch_reference`` which can
87
87
  be used for setting branch references. (Jelmer Vernooij)
88
88
 
 
89
* ``ControlDir.destroy_branch`` now raises ``NotBranchError`` rather than
 
90
  ``NoSuchFile`` if the branch didn't exist. (Jelmer Vernooij, #921693)
 
91
 
89
92
Internals
90
93
*********
91
94