C# Class Mercurial.BisectResult

This class is used as the result of executing the BisectCommand.
Mostrar archivo Open project: TargetProcess/Target-Process-Plugins Class Usage Examples

Public Methods

Method Description
BisectResult ( ) : System

Initializes a new instance of the BisectResult class.

BisectResult ( RevSpec revision, bool done ) : System

Initializes a new instance of the BisectResult class.

Method Details

BisectResult() public method

Initializes a new instance of the BisectResult class.
public BisectResult ( ) : System
return System

BisectResult() public method

Initializes a new instance of the BisectResult class.
/// is null. ///
public BisectResult ( RevSpec revision, bool done ) : System
revision RevSpec /// The revision the is currently at in the repository. ///
done bool /// If true, then specifies the first good changeset in the /// repository; otherwise specifies the current changeset that should /// be tested and marked good or bad by executing another . ///
return System