diff --git a/patchset.Make.go b/patchset.Make.go index 573e7f4..54f9a8a 100644 --- a/patchset.Make.go +++ b/patchset.Make.go @@ -43,10 +43,12 @@ func (f *Forge) MakeDevelPatchSet(name string) (*Patchset, error) { for all.Scan() { repo := all.Next() - if !repo.IsLocalBranch(repo.GetUserBranchName()) { + if ! repo.IsLocalBranch(repo.GetUserBranchName()) { + // log.Info("repo doesn't have user branch", repo.GetGoPath()) continue } - if !repo.IsLocalBranch(repo.GetDevelBranchName()) { + if ! repo.IsLocalBranch(repo.GetDevelBranchName()) { + // log.Info("repo doesn't have devel branch", repo.GetGoPath()) continue }