Summary
Assigns a specific client path to the Mercurial.Net library, allowing
the program that uses the library to select the applicable
Mercurial version to use, or even to come bundled with its own Mercurial
client files.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Containing Type
- Client
Syntax
public static void SetClientPath(string clientPath)
Parameters
Name | Type | Description |
---|---|---|
clientPath | string | The full path to the folder and file that is the Mercurial command line executable that should be used. |
Return Value
Type | Description |
---|---|
void |