changes from gitpb
This commit is contained in:
parent
eaadfa21d3
commit
2fc67512c8
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue