HgAliases.

HgPush(ICakeContext, DirectoryPath) Method

Summary

Push local changes to remote repository.
Assembly
Cake.Hg.dll
Namespace
Cake.Hg
Containing Type
HgAliases

Syntax

public static void HgPush(this ICakeContext context, DirectoryPath repositoryPath)

Examples

HgPush("./");

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute

Parameters

Name Type Description
context ICakeContext Cake context
repositoryPath DirectoryPath Path to repository

Return Value

Type Description
void