summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6e5295c)
raw | patch | inline | side by side (parent: 6e5295c)
author | Simon Hausmann <simon@lst.de> | |
Mon, 11 Jun 2007 06:54:45 +0000 (08:54 +0200) | ||
committer | Simon Hausmann <simon@lst.de> | |
Mon, 11 Jun 2007 06:54:45 +0000 (08:54 +0200) |
Signed-off-by: Simon Hausmann <simon@lst.de>
contrib/fast-import/git-p4 | patch | blob | history |
index 551573afc59245631668d923d98c75acad0124e1..815d8bbb5d73ff79072602457c776b654e97a11d 100755 (executable)
parent = self.initialParents[branch]
del self.initialParents[branch]
- self.commit(description, filesForCommit, branch, branchPrefix, parent)
+ self.commit(description, filesForCommit, branch, [branchPrefix], parent)
else:
files = self.extractFilesFromCommit(description)
self.commit(description, files, self.branch, self.depotPaths,