~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

(jelmer) Reduce the number of connections made during "bzr branch
 --stacked". (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
* ``bzr switch`` now accepts colocated branch names to switch to.
34
34
  (Jelmer Vernooij, #826814)
35
35
 
 
36
* ``bzr branch --stacked`` now only makes a single connection to the remote
 
37
  server rather than three. (Jelmer Vernooij, #444293)
 
38
 
36
39
Bug Fixes
37
40
*********
38
41
 
89
92
.. Changes that may require updates in plugins or other code that uses
90
93
   bzrlib.
91
94
 
 
95
* ``BzrDir.open_branch`` and ``BranchFormat.open`` now take an optional
 
96
  ``possible_transports`` argument. (Jelmer Vernooij)
 
97
 
92
98
* ``Repository.verify_revision`` has been renamed to
93
99
  ``Repository.verify_revision_signature``. (Jelmer Vernooij)
94
100