mirror of
https://github.com/git/git.git
synced 2026-01-14 04:37:41 +00:00
git-p4: add missing newline in initial import message
Signed-off-by: Pete Wyckoff <pw@padd.com> Acked-By: Tor Arvid Lund <torarvid@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
68b2859389
commit
1494fcbb75
@@ -1429,7 +1429,7 @@ class P4Sync(Command):
|
||||
print "Doing initial import of %s from revision %s into %s" % (' '.join(self.depotPaths), revision, self.branch)
|
||||
|
||||
details = { "user" : "git perforce import user", "time" : int(time.time()) }
|
||||
details["desc"] = ("Initial import of %s from the state at revision %s"
|
||||
details["desc"] = ("Initial import of %s from the state at revision %s\n"
|
||||
% (' '.join(self.depotPaths), revision))
|
||||
details["change"] = revision
|
||||
newestRevision = 0
|
||||
|
||||
Reference in New Issue
Block a user