Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ p4_edit
Function
p4_edit
git-p4.py:557–558 ·
view source on GitHub ↗
(f, *options)
Source
from the content-addressed store, hash-verified
555
556
557
def
p4_edit(f, *options):
558
p4_system([
"edit"
] + list(options) + [wildcard_encode(f)])
559
560
561
def
p4_revert(f):
Callers
1
applyCommit
Method · 0.85
Calls
3
p4_system
Function · 0.85
wildcard_encode
Function · 0.85
list
Function · 0.50
Tested by
no test coverage detected