Summary
This class is used as the result of executing the
BisectCommand.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Base Types
-
- object
graph TD
Base0["object"]-->Type
Type["BisectResult"]
class Type type-node
Syntax
public class BisectResult
Constructors
| Name | Summary |
|---|---|
| BisectResult |
Initializes a new instance of the BisectResult class.
|
| BisectResult |
Initializes a new instance of the BisectResult class.
|
Properties
| Name | Value | Summary |
|---|---|---|
| Done | bool |
Gets a value indicating whether the
BisectCommand is done, in which case the
Revision property contains the first good changeset.
|
| Revision | RevSpec |
Gets the
Revision the BisectCommand is currently at in the repository;
or if Done is true, the first good changeset in the repository.
|