561
544
def _generate_all_revisions(branch, start_rev_id, end_rev_id, direction,
564
546
# On large trees, generating the merge graph can take 30-60 seconds
565
547
# so we delay doing it until a merge is detected, incrementally
566
548
# returning initial (non-merge) revisions while we can.