2672
2729
class _KnitGraphIndex(object):
2673
2730
"""A KnitVersionedFiles index layered on GraphIndex."""
2675
2732
def __init__(self, graph_index, is_locked, deltas=False, parents=True,
2677
2734
"""Construct a KnitGraphIndex on a graph_index.
2679
2736
:param graph_index: An implementation of bzrlib.index.GraphIndex.