repoupdater: Remove ExternalRepo from RepoLookupArgs
Created by: mrnugget
This fixes #3996 (closed).
As discussed in that ticket: the name
of repo
is unique,the
syncer now handles renames and every call site of RepoLookup
passes in
the Name
. That means it's safe to get rid of ExternalRepo
.
Test plan: go test