~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-17 07:05:37 UTC
  • mfrom: (4152.1.2 branch.stacked.streams)
  • Revision ID: pqm@pqm.ubuntu.com-20090317070537-zaud24vjs2szna87
(robertc) Add client-side streaming from stacked branches (over
        bzr:// protocols) when the sort order is compatible with doing
        that. (Robert Collins, Andrew Bennetts)

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
  IMPROVEMENTS:
27
27
 
 
28
    * Branching from a stacked branch using ``bzr*://`` will now stream
 
29
      the data when the target repository does not need topological
 
30
      ordering, reducing round trips and network overhead. This uses the
 
31
      existing smart server methods added in 1.13, so will work on any
 
32
      1.13 or newer server. (Robert Collins, Andrew Bennetts)
 
33
 
28
34
    * ``bzr ignore`` gives a more informative message when existing
29
35
      version controlled files match the ignore pattern. (Neil
30
36
      Martinsen-Burrell, #248895)