Skip to content

Commit

Permalink
Fix initial multi-branch import.
Browse files Browse the repository at this point in the history
The list of existing p4 branches in git wasn't initialized.

Signed-off-by: Simon Hausmann <shausman@trolltech.com>
  • Loading branch information
Simon Hausmann committed Jun 16, 2007
1 parent cbae708 commit 3c69964
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/fast-import/git-p4
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c69964

Please sign in to comment.