Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
167
def
apply_err(ci):
168
err(
'Insertion of {0} failed'
.format(ci.id))
169
blank()
170
commit(ci)
171
blank()
172
173
def
save():
174
warn(
'Temporarily saving uncommitted changes'
)
Callers
nothing calls this directly
Calls
3
err
Function · 0.85
blank
Function · 0.85
commit
Function · 0.85
Tested by
no test coverage detected