mirror of
https://github.com/git/git.git
synced 2024-11-27 12:03:55 +08:00
Fix git-p4 clone //depot/project (head import)
Signed-off-by: Simon Hausmann <shausman@trolltech.com>
This commit is contained in:
parent
95962f318e
commit
cd6cc0d318
@ -849,6 +849,7 @@ class P4Sync(Command):
|
||||
self.depotPath = ""
|
||||
self.changeRange = ""
|
||||
self.initialParent = ""
|
||||
self.previousDepotPath = ""
|
||||
|
||||
if len(self.branch) == 0:
|
||||
self.branch = "p4"
|
||||
|
Loading…
Reference in New Issue
Block a user