GuiClient.

BisectGui(Repository, BisectGuiCommand) Method

Summary

Bisect tool.
Assembly
Mercurial.Net.dll
Namespace
Mercurial.Gui
Containing Type
GuiClient

Syntax

public static void BisectGui(this Repository repository, BisectGuiCommand command = null)

Remarks

This command is only available for the PyQT client type.

Parameters

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

Return Value

Type Description
void