Fix single-branch imports by skipping the branch/merge detection correctly.
Signed-off-by: Simon Hausmann <hausmann@kde.org>
This commit is contained in:
parent
f1e9b5345e
commit
90dc3dfdc8
@ -210,7 +210,7 @@ def commit(details, files, branch, branchPrefix):
|
|||||||
merges = Set()
|
merges = Set()
|
||||||
|
|
||||||
for file in files:
|
for file in files:
|
||||||
if lastChange == 0:
|
if lastChange == 0 or not detectBranches:
|
||||||
continue
|
continue
|
||||||
path = file["path"]
|
path = file["path"]
|
||||||
if not path.startswith(branchPrefix):
|
if not path.startswith(branchPrefix):
|
||||||
|
Loading…
Reference in New Issue
Block a user