MCPcopy 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
578def p4_last_change():
579 results = p4CmdList(["changes", "-m", "1"], skip_info=True)
580 return int(results[0]['change'])
581
582
583def p4_describe(change, shelved=False):

Callers 2

p4ChangesForPathsFunction · 0.85

Calls 1

p4CmdListFunction · 0.85

Tested by

no test coverage detected