MCPcopy
hub / github.com/gitless-vcs/gitless / apply_err

Function apply_err

gitless/cli/pprint.py:167–171  ·  view source on GitHub ↗
(ci)

Source from the content-addressed store, hash-verified

165 blank()
166
167def apply_err(ci):
168 err('Insertion of {0} failed'.format(ci.id))
169 blank()
170 commit(ci)
171 blank()
172
173def save():
174 warn('Temporarily saving uncommitted changes')

Callers

nothing calls this directly

Calls 3

errFunction · 0.85
blankFunction · 0.85
commitFunction · 0.85

Tested by

no test coverage detected