From 2fc67512c8706369e1c6f67d189052657986624e Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 21 Feb 2025 09:34:24 -0600 Subject: [PATCH] changes from gitpb --- patchset.Make.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patchset.Make.go b/patchset.Make.go index 08b8ccc..573e7f4 100644 --- a/patchset.Make.go +++ b/patchset.Make.go @@ -43,10 +43,10 @@ func (f *Forge) MakeDevelPatchSet(name string) (*Patchset, error) { for all.Scan() { repo := all.Next() - if !repo.ExistsUserBranch() { + if !repo.IsLocalBranch(repo.GetUserBranchName()) { continue } - if !repo.ExistsDevelBranch() { + if !repo.IsLocalBranch(repo.GetDevelBranchName()) { continue }