Method | Description | |
---|---|---|
CancelExecuting ( ) : void |
Stops command executing.
|
|
Execute ( IMercurialCommand command ) : void |
Executes the given IMercurialCommand command without a repository.
|
|
Execute ( string repositoryPath, IMercurialCommand command ) : void |
Executes the given IMercurialCommand command against the Mercurial repository.
|
|
NonPersistentClient ( string repositoryPath ) : System |
Initializes a new instance of the NonPersistentClient class.
|
Method | Description | |
---|---|---|
IClient ( IMercurialCommand command ) : void |
Executes the given IMercurialCommand command against the Mercurial repository.
|
public static Execute ( IMercurialCommand command ) : void | ||
command | IMercurialCommand |
/// The |
return | void |
public static Execute ( string repositoryPath, IMercurialCommand command ) : void | ||
repositoryPath | string | /// The root path of the repository to execute the command in. /// |
command | IMercurialCommand |
/// The |
return | void |
public NonPersistentClient ( string repositoryPath ) : System | ||
repositoryPath | string |
/// The path to the repository (or not-yet-repository) that this |
return | System |