~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/whats-new/whats-new-in-2.4.txt

(spiv) Make better use of smart server when a local repository is stacked on
 a remote repository. (Andrew Bennetts)

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
format.  Refer to ``bzr help changelog_merge`` for documentation on how to
55
55
enable it and what it can do.
56
56
 
 
57
Faster stacked branches
 
58
***********************
 
59
 
 
60
Creating a stacked branch from a smart server with ``bzr branch
 
61
--stacked`` is a bit faster now.  For small branches it does 20% fewer
 
62
network roundtrips.  Other operations where a local branch is stacked on a
 
63
branch hosted on a smart server will also benefit.
 
64
 
57
65
Further information
58
66
*******************
59
67