~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-03-02 07:00:21 UTC
  • mfrom: (4060.1.4 branch.roundtrips)
  • Revision ID: pqm@pqm.ubuntu.com-20090302070021-dvcjdpf47t2aeari
(robertc) Streaming fetch from non-stacked branches on smart servers.
        (Robert Collins, Andrew Bennetts_

Show diffs side-by-side

added added

removed removed

Lines of Context:
130
130
      rather than the sometimes-absent disk label. (Robert Collins)
131
131
 
132
132
    * ``bzrlib.fetch`` is now composed of a sender and a sink component
133
 
      allowing for decoupling over a network connection. Fetching into
134
 
      a RemoteRepository uses this to stream the operation.
 
133
      allowing for decoupling over a network connection. Fetching from
 
134
      or into a RemoteRepository with a 1.13 server will use this to
 
135
      stream the operation.
135
136
      (Andrew Bennetts, Robert Collins)
136
137
 
137
138
    * ``bzrlib.tests.run_suite`` accepts a runner_class parameter