Skip to content

VCS

[Source]

A Vcs provides functions to perform high-level VCS operations that commands use to work with repos.

interface val VCS

Public Functions

sync_op

[Source]

fun val sync_op(
  resultReceiver: RepoOperationResultReceiver tag,
  next: RepoOperation val)
: RepoOperation val

Parameters

Returns


tag_query_op

[Source]

fun val tag_query_op(
  resultReceiver: RepoOperationResultReceiver tag,
  receiver: TagListReceiver val)
: RepoOperation val

Parameters

Returns


checkout_op

[Source]

fun val checkout_op(
  rev: String val,
  resultReceiver: RepoOperationResultReceiver tag,
  next: RepoOperation val)
: RepoOperation val

Parameters

Returns