~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Patch Queue Manager
  • Date: 2012-03-06 16:45:45 UTC
  • mfrom: (6437.40.2 rmbranch-colo)
  • Revision ID: pqm@pqm.ubuntu.com-20120306164545-6i5cyyfxctiwq11p
(jelmer) Support removing colocated branches in 'bzr rmbranch'. (Jelmer
 Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
* Avoid 'Invalid range access' errors when whole files are retrieved with
35
35
  transport.http.get() . (Vincent Ladeuil, #924746)
36
36
 
 
37
* ``bzr rmbranch`` now supports removing colocated branches.
 
38
  (Jelmer Vernooij, #920653)
 
39
 
37
40
* Two new command hooks, ``pre_command`` and ``post_command``,
38
41
  provide notification before and after a command has been run.
39
42
  (Brian de Alwis, Jelmer Vernooij)