254
254
# Shortcut the case where one of the tips is already included in
255
255
# the other graphs ancestry.
256
256
ancestry_a = graph.get_ancestry(revision_a)
258
257
if revision_b in ancestry_a:
260
260
if revision_a in ancestry_b:
262
262
# convert to a NULL_REVISION based graph.