summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcontrib/fast-import/p4-fast-export.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/fast-import/p4-fast-export.py b/contrib/fast-import/p4-fast-export.py
index 06de0eae6d..3e573cd786 100755
--- a/contrib/fast-import/p4-fast-export.py
+++ b/contrib/fast-import/p4-fast-export.py
@@ -88,7 +88,7 @@ def commit(details):
gitStream.write("EOT\n\n")
if len(initialParent) > 0:
- gitStream.write("merge %s\n" % initialParent)
+ gitStream.write("from %s\n" % initialParent)
initialParent = ""
fnum = 0