Afterwards it's turned on implicitly if more p4 branches than remotes/p4/master
are found.
Signed-off-by: Simon Hausmann <shausman@trolltech.com>
self.initialParents = {}
self.listExistingP4GitBranches()
+ if len(self.p4BranchesInGit) > 1:
+ print "Importing from/into multiple branches"
+ self.detectBranches = True
if self.syncWithOrigin and gitBranchExists("origin") and gitBranchExists("refs/remotes/p4/master") and not self.detectBranches:
### needs to be ported to multi branch import