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
Push local changes to remote repository.
Syntax
public static void HgPush(this ICakeContext context, DirectoryPath repositoryPath, HgPushSettings settings)
Examples
HgPush("./", new HgPushSettings
{
User = "user",
Password = "password",
Url = "https://bitbucket.org/mycompany/myrepository
});
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
CakeAliasCategoryAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
Cake context |
repositoryPath |
DirectoryPath |
Path to repository |
settings |
HgPushSettings |
Push settings |
Return Value