Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ p4_last_change
Function
p4_last_change
git-p4.py:578–580 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
576
577
578
def
p4_last_change():
579
results = p4CmdList([
"changes"
,
"-m"
,
"1"
], skip_info=True)
580
return
int(results[0][
'change'
])
581
582
583
def
p4_describe(change, shelved=False):
Callers
2
p4ParseNumericChangeRange
Function · 0.85
p4ChangesForPaths
Function · 0.85
Calls
1
p4CmdList
Function · 0.85
Tested by
no test coverage detected