~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Patch Queue Manager
  • Date: 2012-02-01 08:55:45 UTC
  • mfrom: (6457.1.1 trunk)
  • Revision ID: pqm@pqm.ubuntu.com-20120201085545-9vsszbsn7pbdvqb5
(vila) Merge 2.5 branch (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
* ``bzr branch`` now fetches revisions when branching into an empty
61
61
  control directory. (Jelmer Vernooij, #905594)
62
62
 
 
63
* A sane default is provided for ``ssl.ca_certs`` which should points to the
 
64
  Certificate Authority bundle for supported platforms.
 
65
  (Vincent Ladeuil, #920455)
 
66
 
63
67
* ``bzr branch`` generates correct target branch locations again if not
64
68
  specified. (Jelmer Vernooij, #919218)
65
69
 
90
94
* ``ControlDir`` now has a new method ``set_branch_reference`` which can
91
95
  be used for setting branch references. (Jelmer Vernooij)
92
96
 
 
97
* ``ControlDir.destroy_branch`` now raises ``NotBranchError`` rather than
 
98
  ``NoSuchFile`` if the branch didn't exist. (Jelmer Vernooij, #921693)
 
99
 
93
100
* New convenience API method ``WorkingTree.get_config_stack``.
94
101
  (Jelmer Vernooij)
95
102