package b0

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module B0_vcs_repo.HgSource

Mercurial specific operations.

Sourceval get_cmd : ?search:B0_std.Cmd.tool_search -> ?cmd:B0_std.Cmd.t -> unit -> (B0_std.Cmd.t, string) result

get_cmd () looks for hg with Os.Cmd.get ?search.

Sourceval find : ?search:B0_std.Cmd.tool_search -> ?dir:B0_std.Fpath.t -> unit -> (t option, string) result

find ~dir () finds, using VCS functionality, an hg repository starting in directory dir (if unspecified this is the cwd).