GuiClient.

DatamineGui(Repository, DatamineGuiCommand) Method

Summary

Show the TortoiseHg dialog for datamining, searching the repository.
Assembly
Mercurial.Net.dll
Namespace
Mercurial.Gui
Containing Type
GuiClient

Syntax

public static void DatamineGui(this Repository repository, DatamineGuiCommand command = null)

Remarks

This command is only available for the PyGTK client type.

Parameters

Name Type Description
repository Repository The Repository to datamine to.
command DatamineGuiCommand Any extra options to the datamine method, or null for default options.

Return Value

Type Description
void