Simplify syncSubset signature
Created by: asdine
SyncSubset's signature allows calling it with a list of repositories but it's never called with more than one repository. This PR renames that function to SyncSingleRepo
instead, to remain coherent with SingleSingleExternalService
(though the Single
seems redondant) and it now expects one repository instead of a variadic.