GuiClient.

InitGui(Repository, InitGuiCommand) Method

Summary

Show the TortoiseHg dialog for initializing a new repository.
Assembly
Mercurial.Net.dll
Namespace
Mercurial.Gui
Containing Type
GuiClient

Syntax

public static void InitGui(this Repository repository, InitGuiCommand command = null)

Parameters

Name Type Description
repository Repository The Repository folder to initialize.
command InitGuiCommand Any extra options to the init method, or null for default options.

Return Value

Type Description
void