GuiClient.

AddGui(Repository, AddGuiCommand) Method

Summary

Add files to the repository.
Assembly
Mercurial.Net.dll
Namespace
Mercurial.Gui
Containing Type
GuiClient

Syntax

public static void AddGui(this Repository repository, AddGuiCommand command = null)

Parameters

Name Type Description
repository Repository The Repository to add files to.
command AddGuiCommand Any extra options to the add method, or null for default options.

Return Value

Type Description
void