-
Committer:
Robert Collins
-
Date:
2007-08-02 23:43:57 UTC
-
mto:
(2592.3.73 repository)
-
mto:
This revision was merged to the branch mainline in
revision
2683.
-
Revision ID:
robertc@robertcollins.net-20070802234357-tms20bm74u7lwzwr
* In ``bzrlib.knit`` the internal interface has been altered to use
3-tuples (index, pos, length) rather than two-tuples (pos, length) to
describe where data in a knit is, allowing knits to be split into
many files. (Robert Collins)
* ``bzrlib.knit._KnitData`` split into cache management and physical access
with two access classes - ``_PackAccess`` and ``_KnitAccess`` defined.
The former provides access into a .pack file, and the latter provides the
current production repository form of .knit files. (Robert Collins)