920
920
return set([candidate_descendant]) == self.heads(
921
921
[candidate_ancestor, candidate_descendant])
923
def is_between(self, revid, lower_bound_revid, upper_bound_revid):
934
923
def _search_for_extra_common(self, common, searchers):
935
924
"""Make sure that unique nodes are genuinely unique.