MCPcopy Create free account
hub / github.com/git/git / check

Method check

git-p4.py:1845–1847  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1843 die("Large file system not supported for git-p4 submit command. Please remove it from config.")
1844
1845 def check(self):
1846 if len(p4CmdList(["opened", "..."])) > 0:
1847 die("You have files opened with perforce! Close them before starting the sync.")
1848
1849 def separate_jobs_from_description(self, message):
1850 """Extract and return a possible Jobs field in the commit message. It

Callers 1

runMethod · 0.95

Calls 2

p4CmdListFunction · 0.85
dieFunction · 0.70

Tested by

no test coverage detected