~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-08 03:32:51 UTC
  • mfrom: (2670.2.4 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20070808033251-yml3s60hget1rj2b
(robertc) Change the knit internal method for accessing data hunks to allow mapping knits into packs. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
221
221
      available in one step. This allows the write lock to remain while making
222
222
      a series of data insertions.  (e.g. data conversion). (Robert Collins)
223
223
 
 
224
    * In ``bzrlib.knit`` the internal interface has been altered to use
 
225
      3-tuples (index, pos, length) rather than two-tuples (pos, length) to
 
226
      describe where data in a knit is, allowing knits to be split into 
 
227
      many files. (Robert Collins)
 
228
 
 
229
    * ``bzrlib.knit._KnitData`` split into cache management and physical access
 
230
      with two access classes - ``_PackAccess`` and ``_KnitAccess`` defined.
 
231
      The former provides access into a .pack file, and the latter provides the
 
232
      current production repository form of .knit files. (Robert Collins)
 
233
 
224
234
  TESTING:
225
235
 
226
236
    * Remove selftest ``--clean-output``, ``--numbered-dirs`` and