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