Provide some information for single branch imports where the commits go
Signed-off-by: Simon Hausmann <simon@lst.de>
This commit is contained in:
parent
c3bf3f1301
commit
a9d1a27af1
@ -1175,7 +1175,7 @@ class P4Sync(Command):
|
|||||||
self.gitError = importProcess.stderr
|
self.gitError = importProcess.stderr
|
||||||
|
|
||||||
if self.revision:
|
if self.revision:
|
||||||
print "Doing initial import of %s from revision %s" % (' '.join(self.depotPaths), self.revision)
|
print "Doing initial import of %s from revision %s into %s" % (' '.join(self.depotPaths), self.revision, self.branch)
|
||||||
|
|
||||||
details = { "user" : "git perforce import user", "time" : int(time.time()) }
|
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"
|
||||||
@ -1252,6 +1252,9 @@ class P4Sync(Command):
|
|||||||
print "No changes to import!"
|
print "No changes to import!"
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
if not self.silent and not self.detectBranches:
|
||||||
|
print "Import destination: %s" % self.branch
|
||||||
|
|
||||||
self.updatedBranches = set()
|
self.updatedBranches = set()
|
||||||
|
|
||||||
cnt = 1
|
cnt = 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user