summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 09e1645)
raw | patch | inline | side by side (parent: 09e1645)
author | Simon Hausmann <hausmann@kde.org> | |
Mon, 19 Mar 2007 11:04:37 +0000 (12:04 +0100) | ||
committer | Simon Hausmann <hausmann@kde.org> | |
Mon, 19 Mar 2007 11:04:37 +0000 (12:04 +0100) |
Signed-off-by: Simon Hausmann <hausmann@kde.org>
contrib/fast-import/p4-fast-export.py | patch | blob | history |
index a6dbd3b98dd33ffb62031649dbd2838d450456d5..9adb88fadeed0ae1ff744294c2d8a58118b368a8 100755 (executable)
action = file["action"]
if file["type"] == "apple":
- print "\nfile %s is a strange apple file that forks. Ignoring!" %s path
+ print "\nfile %s is a strange apple file that forks. Ignoring!" % path
continue
if action == "delete":
merged = "refs/heads/" + merged
commit(description, files, branch, branchPrefix, parent, merged)
else:
- commit(description, filesForCommit, branch, globalPrefix, initialParent)
+ commit(description, files, branch, globalPrefix, initialParent)
initialParent = ""
except IOError:
print gitError.read()