~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-02-06 01:45:28 UTC
  • mfrom: (3211.5.4 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20080206014528-rb8v4hl04mgxulb7
(robertc) Tune RemoteRepository.get_parent_map to not send duplicate
        results, and to compress the data,
        reducing round trips further. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
    * ``merge --preview`` produces a diff of the changes merge would make,
30
30
      but does not actually perform the merge.  (Aaron Bentley)
31
31
 
 
32
    * New smart method ``Repository.get_parent_map`` for getting revision
 
33
      parent data. This returns additional parent information topologically
 
34
      adjacent to the requested data to reduce round trip latency impacts.
 
35
      (Robert Collins)
 
36
 
32
37
    * New smart method, ``Repository.stream_revisions_chunked``, for fetching
33
38
      revision data that streams revision data via a chunked encoding.  This
34
39
      avoids buffering large amounts of revision data on the server and on the