107
107
# If this is a Git repository, just use the existing fetch_objects implementation.
108
108
if getattr(repo, "fetch_objects", None) is None:
109
return repo.fetch_objects(determine_wants, graph_walker, None, progress)
111
111
wants = determine_wants(self.get_refs())
112
112
commits_to_send = set([self.mapping.revision_id_foreign_to_bzr(w) for w in wants])