~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2009-03-02 03:38:07 UTC
  • mto: This revision was merged to the branch mainline in revision 4067.
  • Revision ID: robertc@robertcollins.net-20090302033807-af1b7awmfueyawts
Streaming fetch from remote servers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
117
117
      rather than the sometimes-absent disk label. (Robert Collins)
118
118
 
119
119
    * ``bzrlib.fetch`` is now composed of a sender and a sink component
120
 
      allowing for decoupling over a network connection. Fetching into
121
 
      a RemoteRepository uses this to stream the operation.
 
120
      allowing for decoupling over a network connection. Fetching from
 
121
      or into a RemoteRepository with a 1.13 server will use this to
 
122
      stream the operation.
122
123
      (Andrew Bennetts, Robert Collins)
123
124
 
124
125
    * ``bzrlib.tests.run_suite`` accepts a runner_class parameter