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