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
Create mercurial commit.
Syntax
public static void HgCommit(this ICakeContext context, DirectoryPath repositoryPath, string message)
Examples
HgCommit("./", "Initial commit");
Attributes
| Type |
Description |
| CakeMethodAliasAttribute |
|
| CakeAliasCategoryAttribute |
|
Parameters
| Name |
Type |
Description |
| context |
ICakeContext |
Cake context |
| repositoryPath |
DirectoryPath |
Path to repository |
| message |
string |
Commit message |
Return Value