This commit is contained in:
17771490550
2025-04-01 17:08:22 +08:00
parent b2cd5d16d4
commit 631b19bc9b
+1
View File
@@ -404,6 +404,7 @@ Gerrit Code Review: http://code.google.com/p/gerrit/
# if not create new branch, check whether branch has new commit.
for project in project_list:
project.SetMirrorUrl()
branch_tmp = branch if branch else project.CurrentBranch
if (not opt.new_branch and
project.GetUploadableBranch(branch_tmp) is None):