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

Function p4_reopen

git-p4.py:565–566  ·  view source on GitHub ↗
(type, f)

Source from the content-addressed store, hash-verified

563
564
565def p4_reopen(type, f):
566 p4_system(["reopen", "-t", type, wildcard_encode(f)])
567
568
569def p4_reopen_in_change(changelist, files):

Callers 1

setP4ExecBitFunction · 0.85

Calls 2

p4_systemFunction · 0.85
wildcard_encodeFunction · 0.85

Tested by

no test coverage detected