GuiClient.

SearchGui(Repository, SearchGuiCommand) Method

Summary

Grep/search the repository.
Assembly
Mercurial.Net.dll
Namespace
Mercurial.Gui
Containing Type
GuiClient

Syntax

public static void SearchGui(this Repository repository, SearchGuiCommand command = null)

Remarks

This command is only available for the PyQT client type.

Parameters

Name Type Description
repository Repository The Repository to search in.
command SearchGuiCommand Any extra options to the search method, or null for default options.

Return Value

Type Description
void