~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Vincent Ladeuil
  • Date: 2012-03-08 18:30:33 UTC
  • mfrom: (6487 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6488.
  • Revision ID: v.ladeuil+lp@free.fr-20120308183033-bccqnbr1tpozs711
Merge bzr.dev resolving conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
  the URL scheme when accessing a HTTPS location.
32
32
  (Jelmer Vernooij, #125055)
33
33
 
 
34
* Add short option alias ``-N`` for ``--no-recurse``.
 
35
  (Jelmer Vernooij, #945904)
 
36
 
34
37
* Avoid 'Invalid range access' errors when whole files are retrieved with
35
38
  transport.http.get() . (Vincent Ladeuil, #924746)
36
39
 
 
40
* ``bzr rmbranch`` now supports removing colocated branches.
 
41
  (Jelmer Vernooij, #920653)
 
42
 
 
43
* ``bzr rmbranch`` no longer removes active branches unless ``--force``
 
44
  is specified. (Jelmer Vernooij, #922953)
 
45
 
 
46
* Two new command hooks, ``pre_command`` and ``post_command``,
 
47
  provide notification before and after a command has been run.
 
48
  (Brian de Alwis, Jelmer Vernooij)
 
49
 
37
50
Bug Fixes
38
51
*********
39
52
 
40
53
.. Fixes for situations where bzr would previously crash or give incorrect
41
54
   or undesirable results.
42
55
 
 
56
* Fix ``bzr config`` display for ``RegistryOption`` values.
 
57
  (Vincent Ladeuil, #930182)
 
58
 
43
59
Documentation
44
60
*************
45
61