Summary
Initializes a new instance of the
Repository
class.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Containing Type
- Repository
Syntax
public Repository(string rootPath)
Parameters
Name | Type | Description |
---|---|---|
rootPath | string | The path where the repository is stored locally, or the path to a directory that will be initialized with a new repository. |
Return Value
Type | Description |
---|---|
void |