diff options
Diffstat (limited to 'getPatches.go')
| -rw-r--r-- | getPatches.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/getPatches.go b/getPatches.go index aaaa472..90c429f 100644 --- a/getPatches.go +++ b/getPatches.go @@ -82,6 +82,11 @@ func (repo *RepoRow) GetMasterPatches() (int, []*Patch) { return c, all } +func isEmpty(a any) bool { + return false +} + + func (r *RepoList) MakePatchset(setdir string) bool { for _, repo := range r.allrepos { userv := repo.Status.GetUserVersion() |
