summaryrefslogtreecommitdiff
path: root/getPatches.go
diff options
context:
space:
mode:
Diffstat (limited to 'getPatches.go')
-rw-r--r--getPatches.go5
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()