diff options
Diffstat (limited to 'scanIterator.go')
| -rw-r--r-- | scanIterator.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scanIterator.go b/scanIterator.go index c0397eb..af1c28e 100644 --- a/scanIterator.go +++ b/scanIterator.go @@ -106,6 +106,8 @@ func (r *RepoList) selectRepoAll() []*RepoRow { return repoPointers } +// this sort doesn't really work. I think it forgets to sort the last two +// todo: sort this out. literally // SelectRepoPointers safely returns a slice of pointers to Repo records. func (r *RepoList) selectUnmergedRepos() []*RepoRow { r.RLock() |
