~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2009-03-06 03:55:27 UTC
  • mto: (4086.1.1 hpss-integration)
  • mto: This revision was merged to the branch mainline in revision 4087.
  • Revision ID: robertc@robertcollins.net-20090306035527-sm1gsd3nh3f2mxpa
Make accessing a branch.tags.get_tag_dict use a smart[er] method rather than VFS calls and real objects.

Show diffs side-by-side

added added

removed removed

Lines of Context:
155
155
 
156
156
  INTERNALS:
157
157
 
 
158
    * Branching from a non-stacked branch on a smart protocol is now
 
159
      free of virtual file system methods.
 
160
      (Robert Collins, Andrew Bennetts)
 
161
 
158
162
    * Branch and Repository creation on a bzr+ssh://server are now done
159
163
      via RPC calls rather than VFS calls, reducing round trips for
160
164
      pushing new branches substantially. (Robert Collins)