Scroll to navigation

HG(INIT) HG(INIT)

NAME

hg init - create a new repository in the given directory

SYNOPSIS

hg init [-e CMD] [--remotecmd CMD] [DEST]

DESCRIPTION

Initialize a new repository in the given directory. If the given directory does not exist, it will be created.

If no directory is given, the current directory is used.

It is possible to specify an ssh:// URL as the destination. See hg help urls for more information.

Returns 0 on success.

OPTIONS

specify ssh command to use
specify hg command to run on the remote side
do not verify server certificate (ignoring web.cacerts config)