val find : t -> commit option Lwt.tval set : t -> commit -> unit Lwt.tval test_and_set : t -> test:commit option -> set:commit option -> bool Lwt.tval merge :
into:t ->
info:Info.f ->
?max_depth:int ->
?n:int ->
commit ->
(unit, Irmin__.Merge.conflict) result Lwt.t