summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c4cf2d4)
raw | patch | inline | side by side (parent: c4cf2d4)
author | Simon Hausmann <hausmann@kde.org> | |
Wed, 7 Feb 2007 22:09:49 +0000 (23:09 +0100) | ||
committer | Simon Hausmann <hausmann@kde.org> | |
Wed, 7 Feb 2007 22:09:49 +0000 (23:09 +0100) |
Signed-off-by: Simon Hausmann <hausmann@kde.org>
contrib/fast-import/p4-fast-export.py | patch | blob | history |
index 06de0eae6d5e26cb8d09fffd1cebe978b1e2ea22..3e573cd7863a8b3dff67d3d3ae08b71e5ffb7eb1 100755 (executable)
gitStream.write("EOT\n\n")
if len(initialParent) > 0:
- gitStream.write("merge %s\n" % initialParent)
+ gitStream.write("from %s\n" % initialParent)
initialParent = ""
fnum = 0