This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Hg.
Summary
Init mercurial repository.
- Assembly
- Cake
.Hg .dll - Namespace
- Cake
.Hg - Containing Type
- HgAliases
Syntax
public static void HgInit(this ICakeContext context, DirectoryPath repositoryPath)
Examples
HgInit("./");
Attributes
| Type | Description |
|---|---|
| Cake |
|
| Cake |
Parameters
| Name | Type | Description |
|---|---|---|
| context | ICakeContext | Cake context |
| repositoryPath | DirectoryPath | Path to repository |
Return Value
| Type | Description |
|---|---|
| void |
