1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-22 01:36:09 +02:00

Fix git-p4 clone //depot/project (head import)

Signed-off-by: Simon Hausmann <shausman@trolltech.com>
This commit is contained in:
Simon Hausmann 2007-05-15 16:15:26 +02:00
parent 95962f318e
commit cd6cc0d318

View File

@ -849,6 +849,7 @@ class P4Sync(Command):
self.depotPath = ""
self.changeRange = ""
self.initialParent = ""
self.previousDepotPath = ""
if len(self.branch) == 0:
self.branch = "p4"