tangled
alpha
login
or
join now
futur.blue
/
pegasus
57
fork
atom
objective categorical abstract machine language personal data server
57
fork
atom
overview
issues
2
pulls
pipelines
uh oh
futur.blue
2 months ago
3386a09e
49334fff
verified
This commit was signed with the committer's
known signature
.
futur.blue
SSH Key Fingerprint:
SHA256:QHGqHWNpqYyw9bt8KmPuJIyeZX9SZewBZ0PR1COtKQ0=
+1
1 changed file
expand all
collapse all
unified
split
pegasus
lib
repository.ml
+1
pegasus/lib/repository.ml
···
402
402
| None ->
403
403
Lwt.return_unit
404
404
in
405
405
+
let%lwt () = User_store.delete_record t.db path in
405
406
block_map := String_map.remove path !block_map ;
406
407
commit_ops :=
407
408
!commit_ops @ [{action= `Delete; path; cid= None; prev= cid}] ;