251
251
pb.update('Picking ancestor', 1, 3)
252
252
graph = revision_source.get_revision_graph_with_ghosts(
253
253
[revision_a, revision_b])
262
254
# convert to a NULL_REVISION based graph.
263
255
ancestors = graph.get_ancestors()
264
256
descendants = graph.get_descendants()
267
259
descendants[NULL_REVISION] = {}
268
260
ancestors[NULL_REVISION] = []