MCPcopy Index your code
hub / github.com/commitizen-tools/commitizen / NoCommitsFoundError

Class NoCommitsFoundError

commitizen/exceptions.py:107–110  ·  view source on GitHub ↗

No commits found

Source from the content-addressed store, hash-verified

105
106
107class NoCommitsFoundError(CommitizenException):
108 """No commits found"""
109
110 exit_code = ExitCode.NO_COMMITS_FOUND
111
112
113class NoVersionSpecifiedError(CommitizenException):

Callers 5

get_tag_nameFunction · 0.90
__call__Method · 0.90
__call__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…