Repository.

Bisect(BisectCommand) Method

Summary

Bisects the repository, doing a subdivision search for a good changeset.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
Repository

Syntax

public BisectResult Bisect(BisectCommand command)

Parameters

Name Type Description
command BisectCommand The options to the bisect command.

Return Value

Type Description
BisectResult The BisectResult results from executing the command.