Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
561
def
p4_revert(f):
562
p4_system([
"revert"
, wildcard_encode(f)])
563
564
565
def
p4_reopen(type, f):
Callers
1
applyCommit
Method · 0.85
Calls
2
p4_system
Function · 0.85
wildcard_encode
Function · 0.85
Tested by
no test coverage detected