Repository.

Init(InitCommand) Method

Summary

Initializes a new repository in the directory this Repository refers to.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
Repository

Syntax

public void Init(InitCommand command = null)

Parameters

Name Type Description
command InitCommand Any extra options to the init method, or null for default options.

Return Value

Type Description
void