MCPcopy 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
557def p4_edit(f, *options):
558 p4_system(["edit"] + list(options) + [wildcard_encode(f)])
559
560
561def p4_revert(f):

Callers 1

applyCommitMethod · 0.85

Calls 3

p4_systemFunction · 0.85
wildcard_encodeFunction · 0.85
listFunction · 0.50

Tested by

no test coverage detected