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