2691
2729
class _KnitGraphIndex(object):
2692
2730
"""A KnitVersionedFiles index layered on GraphIndex."""
2694
2732
def __init__(self, graph_index, is_locked, deltas=False, parents=True,
2696
2734
"""Construct a KnitGraphIndex on a graph_index.
2698
2736
:param graph_index: An implementation of bzrlib.index.GraphIndex.