mirror of
https://github.com/frej/fast-export.git
synced 2026-01-18 12:12:04 +01:00
Changed the format of the imported log message slightly, so that it's easier to parse again.
This commit is contained in:
2
git-p4
2
git-p4
@@ -506,7 +506,7 @@ class GitSync(Command):
|
||||
|
||||
self.gitStream.write("data <<EOT\n")
|
||||
self.gitStream.write(details["desc"])
|
||||
self.gitStream.write("\n[ imported from %s; change %s ]\n" % (branchPrefix, details["change"]))
|
||||
self.gitStream.write("\n[git-p4: depot-path: \"%s\"; change: %s]\n" % (branchPrefix, details["change"]))
|
||||
self.gitStream.write("EOT\n\n")
|
||||
|
||||
if len(parent) > 0:
|
||||
|
||||
Reference in New Issue
Block a user