~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Andrew Bennetts
  • Date: 2009-03-06 11:59:19 UTC
  • mfrom: (4084.2.5 rob-integration)
  • mto: This revision was merged to the branch mainline in revision 4087.
  • Revision ID: andrew.bennetts@canonical.com-20090306115919-drjjvxe9cn2iu7jp
Merge Branch.get_tags_dict RPC from Robert.

Show diffs side-by-side

added added

removed removed

Lines of Context:
163
163
 
164
164
  INTERNALS:
165
165
 
 
166
    * Branching from a non-stacked branch on a smart protocol is now
 
167
      free of virtual file system methods.
 
168
      (Robert Collins, Andrew Bennetts)
 
169
 
166
170
    * Branch and Repository creation on a bzr+ssh://server are now done
167
171
      via RPC calls rather than VFS calls, reducing round trips for
168
172
      pushing new branches substantially. (Robert Collins)