.TH HG INIT "" "" "" .SH NAME hg init \- create a new repository in the given directory .\" Man page generated from reStructuredText. . .SH SYNOPSIS .sp .nf .ft C hg init [\-e CMD] [\-\-remotecmd CMD] [DEST] .ft P .fi .SH DESCRIPTION .sp Initialize a new repository in the given directory. If the given directory does not exist, it will be created. .sp If no directory is given, the current directory is used. .sp It is possible to specify an \fBssh://\fP URL as the destination. See \%\fBhg help urls\fP\: for more information. .sp Returns 0 on success. .SH OPTIONS .INDENT 0.0 .TP .BI \-e, \-\-ssh \ . specify ssh command to use .TP .BI \-\-remotecmd \ . specify hg command to run on the remote side .TP .B \-\-insecure . do not verify server certificate (ignoring web.cacerts config) .UNINDENT .\" Generated by docutils manpage writer. .\" .