488
488
determine_wants = lambda x: [y for y in args if not y in r.object_store]
490
490
graphwalker = SimpleFetchGraphWalker(r.heads().values(), r.get_parents)
493
self.source._git.fetch_pack(path, determine_wants, graphwalker, f.write, progress)
493
self.source.fetch_pack(determine_wants, graphwalker, f.write, progress)