466
466
def get_revision_graph(self, revision_id=None):
467
467
"""Return a dictionary containing the revision graph.
469
472
:return: a dictionary of revision_id->revision_parents_list.
471
477
weave = self.get_inventory_weave()
472
478
all_revisions = self._eliminate_revisions_not_present(weave.versions())
473
479
entire_graph = dict([(node, weave.get_parents(node)) for