Summary
Initializes a repository remotely, through a server which supports such functionality.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Containing Type
- Client
Syntax
public static void RemoteInit(string location, RemoteInitCommand command = null)
Parameters
Name | Type | Description |
---|---|---|
location | string | The url of the repository to initialize remotely. |
command | RemoteInitCommand |
Any extra options to the init method, or null for default options.
|
Return Value
Type | Description |
---|---|
void |