Changed the format of the imported log message slightly, so that it's easier to parse again.

This commit is contained in:
Simon Hausmann
2007-03-22 20:27:41 +01:00
parent 3eb08ff474
commit 4c2c547d88

2
git-p4
View File

@@ -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: