Summary
Executes the given
IMercurialCommand
command against
the Mercurial repository.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Containing Type
- Client
Syntax
public static void Execute(string repositoryPath, IMercurialCommand command)
Parameters
Name | Type | Description |
---|---|---|
repositoryPath | string | The root path of the repository to execute the command in. |
command | IMercurialCommand |
The IMercurialCommand command to execute.
|
Return Value
Type | Description |
---|---|
void |