419
419
if self.limit is not None:
420
420
graph = self.source_repo.get_graph()
421
421
topo_order = list(graph.iter_topo_order(ret.get_keys()))
425
426
return _mod_graph.NotInOtherForRevs(self.target_repo, self.source_repo,
426
427
required_ids=heads_to_fetch, if_present_ids=if_present_fetch,