MCPcopy Create free account
hub / github.com/git/git / originP4BranchesExist

Function originP4BranchesExist

git-p4.py:1263–1264  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1261
1262
1263def originP4BranchesExist():
1264 return gitBranchExists("origin") or gitBranchExists("origin/p4") or gitBranchExists("origin/p4/master")
1265
1266
1267def p4ParseNumericChangeRange(parts):

Callers 2

sync_origin_onlyMethod · 0.85
runMethod · 0.85

Calls 1

gitBranchExistsFunction · 0.85

Tested by

no test coverage detected