зеркало из https://github.com/microsoft/git.git
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:
Родитель
c1b296b9f1
Коммит
8a5fc95b43
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче