~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Jelmer Vernooij
  • Date: 2011-11-27 16:55:11 UTC
  • mto: This revision was merged to the branch mainline in revision 6311.
  • Revision ID: jelmer@samba.org-20111127165511-2h20hkri53u4sbok
Only make a single connection.

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 two connections to the remote
 
36
* ``bzr branch --stacked`` now only makes a single connection to the remote
37
37
  server rather than three. (Jelmer Vernooij, #444293)
38
38
 
39
39
Bug Fixes
87
87
.. Changes that may require updates in plugins or other code that uses
88
88
   bzrlib.
89
89
 
 
90
* ``BzrDir.open_branch`` and ``BranchFormat.open`` now take an optional
 
91
  ``possible_transports`` argument. (Jelmer Vernooij)
 
92
 
90
93
* ``Repository.verify_revision`` has been renamed to
91
94
  ``Repository.verify_revision_signature``. (Jelmer Vernooij)
92
95