150
150
# If this is a Git repository, just use the existing fetch_objects implementation.
151
151
if getattr(repo, "fetch_objects", None) is not None:
152
return repo.fetch_objects(determine_wants, graph_walker, None, progress)
152
return repo.fetch_objects(determine_wants, graph_walker, None, progress)[0]
154
154
wants = determine_wants(self.get_refs())