~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

(spiv) Tags.merge_to now updates the master branch as well,
 if any. (#603395) (Andrew Bennetts)

Show diffs side-by-side

added added

removed removed

Lines of Context:
173
173
  ``bzrdir.open_repository()`` to propagate.  This is unhelpful at best,
174
174
  and at worst can trigger infinite loops in callers.  (Andrew Bennetts)
175
175
  
 
176
* The ``branch.tags.merge_to(target_branch)`` API used by plugins such as
 
177
  ``bzr-builddeb`` now propagates changes to the master branch of the
 
178
  target branch (if there is one).  This makes it consistent with the
 
179
  other tag APIs.  (Andrew Bennetts, #603395)
 
180
 
176
181
* Windows installers no longer requires the Microsoft vcredist to be
177
182
  installed. (Martin [gz], Gary van der Merwe, #632465)
178
183