1543
1563
"""Mapper from GroupCompressVersionedFiles needs into GraphIndex storage."""
1545
1565
def __init__(self, graph_index, is_locked, parents=True,
1547
1567
"""Construct a _GCGraphIndex on a graph_index.
1549
1569
:param graph_index: An implementation of bzrlib.index.GraphIndex.