Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ p4_delete
Function
p4_delete
git-p4.py:553–554 ·
view source on GitHub ↗
(f)
Source
from the content-addressed store, hash-verified
551
552
553
def
p4_delete(f):
554
p4_system([
"delete"
, wildcard_encode(f)])
555
556
557
def
p4_edit(f, *options):
Callers
1
applyCommit
Method · 0.85
Calls
2
p4_system
Function · 0.85
wildcard_encode
Function · 0.85
Tested by
no test coverage detected