sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Provides stub implementations of the S
that always returns Error
when push/pull operations are attempted.
include S with type commit = H.t and type branch = R.t and type endpoint = unit
type commit = H.t
The type for store heads.
type branch = R.t
The type for branch IDs.
val fetch :
t ->
?depth:int ->
endpoint ->
branch ->
(commit option, [ `Msg of string ]) Stdlib.result Lwt.t
fetch t uri
fetches the contents of the remote store located at uri
into the local store t
. Return the head of the remote branch with the same name, which is now in the local store. No_head
means no such branch exists.