Summary
Initializes a new instance of the
BisectResult
class.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Containing Type
- BisectResult
Syntax
public BisectResult(RevSpec revision, bool done)
Parameters
Name | Type | Description |
---|---|---|
revision | RevSpec |
The revision the BisectCommand is currently at in the repository.
|
done | bool |
If true , then revision specifies the first good changeset in the
repository; otherwise revision specifies the current changeset that should
be tested and marked good or bad by executing another BisectCommand .
|
Return Value
Type | Description |
---|---|
void |