Repository.

Bisect(BisectState, 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(BisectState state, BisectCommand command = null)

Parameters

Name Type Description
state BisectState How to mark the current changeset.
command BisectCommand Any extra options to the bisect method, or null for default options.

Return Value

Type Description
BisectResult The BisectResult results from executing the command.