attempt to make this work right

This commit is contained in:
Jeff Carr 2025-01-07 21:31:31 -06:00
parent 33c556f95d
commit 5eb51f2832
1 changed files with 6 additions and 0 deletions

View File

@ -213,6 +213,12 @@ func (r *repoWindow) mergeAllUserToDevel() bool {
}
if result, err := repo.MergeUserToDevel(); err == nil {
log.Warn("THINGS SEEM OK", repo.GetFullPath())
repo.Reload()
vrepo := me.repos.View.FindByPath(repo.GetGoPath())
if vrepo != nil {
vrepo.UpdatePb(repo)
vrepo.NewScan()
}
continue
} else {
log.Warn("THINGS FAILED ", repo.GetFullPath())