Specifying --detect-branches is now only needed for the initial clone/sync.

Afterwards it's turned on implicitly if more p4 branches than remotes/p4/master
are found.

Signed-off-by: Simon Hausmann <shausman@trolltech.com>
This commit is contained in:
Simon Hausmann 2007-05-20 23:39:40 +02:00
Родитель c1b296b9f1
Коммит 8a5fc95b43
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

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