Browse Source

Fix initial multi-branch import.

The list of existing p4 branches in git wasn't initialized.

Signed-off-by: Simon Hausmann <shausman@trolltech.com>
maint
Simon Hausmann 18 years ago
parent
commit
3c699645f5
  1. 1
      contrib/fast-import/git-p4

1
contrib/fast-import/git-p4

@ -637,6 +637,7 @@ class P4Sync(Command): @@ -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

Loading…
Cancel
Save