189
189
last_revision = current_rev.revision_id
190
190
# XXX: Partially Cloned from branch, uses the old_get_graph, eep.
191
195
graph = repository.get_graph()
192
196
revision_graph = dict(((key, value) for key, value in
193
197
graph.iter_ancestry(current_rev.parent_ids) if value is not None))