forked from importers/git-importer
parent
f2358446da
commit
94fdb3b442
@ -47,7 +47,7 @@ class GitExporter:
|
||||
left_to_commit = []
|
||||
for flat in reversed(flats):
|
||||
found_state = False
|
||||
for branch in ["factory"]:
|
||||
for branch in ["factory", "devel"]:
|
||||
if flat.commit.dbid == state_data.get(branch):
|
||||
branch_state[branch] = flat.commit
|
||||
flat.commit.git_commit = self.git.branch_head(branch)
|
||||
|
Loading…
Reference in New Issue
Block a user