-
Committer:
John Arbash Meinel
-
Date:
2010-03-05 17:21:20 UTC
-
mto:
This revision was merged to the branch mainline in
revision
5116.
-
Revision ID:
john@arbash-meinel.com-20100305172120-fmc6vu6kdqqcnq5t
Add an offset flag to BTreeGraphIndex.
For the combined pack-and-index case, we need to be able to
start a btree index at an arbitrary offset. Robert did this
in bzr-search using a 'FileView' Transport abstraction. However,
this seems a bit abstract versus just telling the btree it
needs to look at offset X.