GuiClient.

ImportGui(Repository, ImportGuiCommand) Method

Summary

Show the TortoiseHg dialog for importing patches into the repository or the patch queue.
Assembly
Mercurial.Net.dll
Namespace
Mercurial.Gui
Containing Type
GuiClient

Syntax

public static void ImportGui(this Repository repository, ImportGuiCommand command = null)

Parameters

Name Type Description
repository Repository The Repository to import patches into.
command ImportGuiCommand Any extra options to the import method, or null for default options.

Return Value

Type Description
void