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
Return mercurial repository.
Syntax
public static Repository Hg(this ICakeContext context, DirectoryPath repositoryPath)
Examples
Attributes
| Type |
Description |
| CakeMethodAliasAttribute |
|
| CakeAliasCategoryAttribute |
|
Parameters
| Name |
Type |
Description |
| context |
ICakeContext |
Cake context |
| repositoryPath |
DirectoryPath |
Path to repository |
Return Value
| Type |
Description |
| Repository |
Mercurial repository |