summaryrefslogtreecommitdiff
path: root/patchset.Make.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-21 09:34:24 -0600
committerJeff Carr <[email protected]>2025-02-21 09:34:24 -0600
commit2fc67512c8706369e1c6f67d189052657986624e (patch)
treeb5882b0f27e1ff7ec6b9fa89b4dcc6ef1653a35b /patchset.Make.go
parenteaadfa21d321be69b225a3a8ecb5d16e14b78680 (diff)
changes from gitpbv0.0.87
Diffstat (limited to 'patchset.Make.go')
-rw-r--r--patchset.Make.go4
1 files 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
}