679
679
br_revno, br_rev_id = branch.last_revision_info()
681
682
if start_rev_id is None and end_rev_id is None:
684
686
yield revision_id, str(cur_revno), 0
689
691
found_start = start_rev_id is None
691
694
revno_str = _compute_revno_str(branch, revision_id)
692
695
if not found_start and revision_id == start_rev_id:
693
696
if not exclude_common_ancestry: