MCPcopy Index your code
hub / github.com/git/git / p4_integrate

Function p4_integrate

git-p4.py:537–538  ·  view source on GitHub ↗
(src, dest)

Source from the content-addressed store, hash-verified

535
536
537def p4_integrate(src, dest):
538 p4_system(["integrate", "-Dt", wildcard_encode(src), wildcard_encode(dest)])
539
540
541def p4_sync(f, *options):

Callers 1

applyCommitMethod · 0.85

Calls 2

p4_systemFunction · 0.85
wildcard_encodeFunction · 0.85

Tested by

no test coverage detected