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

Function p4_revert

git-p4.py:561–562  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

559
560
561def p4_revert(f):
562 p4_system(["revert", wildcard_encode(f)])
563
564
565def p4_reopen(type, f):

Callers 1

applyCommitMethod · 0.85

Calls 2

p4_systemFunction · 0.85
wildcard_encodeFunction · 0.85

Tested by

no test coverage detected