~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-08-09 00:05:03 UTC
  • mfrom: (2682.1.1 pack)
  • Revision ID: pqm@pqm.ubuntu.com-20070809000503-7gad4qd85xll5ucf
(robertc) Change the bzrlib.pack interface to accept tuples of bytestrings. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
138
138
    * Ancient unused ``Repository.text_store`` attribute has been removed.
139
139
      (Robert Collins)
140
140
 
 
141
    * The ``bzrlib.pack`` interface has changed to use tuples of bytestrings
 
142
      rather than just bytestrings, making it easier to represent multiple
 
143
      element names. As this interface was not used by any internal facilities
 
144
      since it was introduced in 0.18 no API compatibility is being preserved.
 
145
      The serialised form of these packs is identical with 0.18 when a single
 
146
      element tuple is in use. (Robert Collins)
 
147
 
141
148
  INTERNALS:
142
149
 
143
150
    * merge now uses ``iter_changes`` to calculate changes, which makes room for