From 72259d882f1c355753d6e0590008fd0cd3747278 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Mon, 12 Feb 2007 21:56:46 +0100 Subject: [PATCH] set marks for fast-import --- p4-fast-export.py | 1 + 1 file changed, 1 insertion(+) diff --git a/p4-fast-export.py b/p4-fast-export.py index 5838ca3..488533b 100755 --- a/p4-fast-export.py +++ b/p4-fast-export.py @@ -154,6 +154,7 @@ def commit(details, files, branch, branchPrefix): author = details["user"] gitStream.write("commit %s\n" % branch) + gitStream.write("mark :%s\n" % details["change"]) committer = "" if author in users: committer = "%s %s %s" % (users[author], epoch, tz) -- 2.11.0