150
150
heads_to_fetch.add(self.source_branch.last_revision())
151
151
if self.target_repo_kind == _TargetRepoKinds.EMPTY:
157
159
return graph.NotInOtherForRevs(self.target_repo, self.source_repo,
158
160
required_ids=heads_to_fetch, if_present_ids=tags_to_fetch)