~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-06-18 19:13:45 UTC
  • mfrom: (4360.4.17 1.15-pack-source)
  • Revision ID: pqm@pqm.ubuntu.com-20090618191345-vgsr5zv78uesqsdg
(jam) Get rid of InterPackRepository in favor of PackStreamSource.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
  for files with long ancestry and 'cherrypicked' changes.)
59
59
  (John Arbash Meinel)
60
60
 
 
61
* pack <=> pack fetching is now done via a ``PackStreamSource`` rather
 
62
  than the ``Packer`` code. The user visible change is that we now
 
63
  properly fetch the minimum number of texts for non-smart fetching.
 
64
  (John Arbash Meinel)
 
65
 
61
66
 
62
67
Improvements
63
68
************