C# Class Mercurial.BisectResult

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

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the BisectResult class.
public BisectResult ( ) : System
Résultat System

BisectResult() public méthode

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 . ///
Résultat System