Fix initial multi-branch import.

The list of existing p4 branches in git wasn't initialized.
This commit is contained in:
Simon Hausmann
2007-06-16 13:09:21 +02:00
parent b6abe2d89a
commit 5339c58a25

1
git-p4
View File

@@ -637,6 +637,7 @@ class P4Sync(Command):
self.isWindows = (platform.system() == "Windows")
self.keepRepoPath = False
self.depotPaths = None
self.p4BranchesInGit = []
if gitConfig("git-p4.syncFromOrigin") == "false":
self.syncWithOrigin = False