Show More
@@ -177,6 +177,8 b' class convert_cvs(converter_source):' | |||||
177 | p = [self.parent[id]] |
|
177 | p = [self.parent[id]] | |
178 | if id == "1": |
|
178 | if id == "1": | |
179 | p = [] |
|
179 | p = [] | |
|
180 | if branch == "HEAD": | |||
|
181 | branch = "" | |||
180 | c = commit(author=author, date=date, parents=p, |
|
182 | c = commit(author=author, date=date, parents=p, | |
181 | desc=log, branch=branch) |
|
183 | desc=log, branch=branch) | |
182 | self.changeset[id] = c |
|
184 | self.changeset[id] = c |
General Comments 0
You need to be logged in to leave comments.
Login now