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
Contains functionality for working with Mercurial.
#addin Cake.Hg
- Assembly
- Cake
.Hg .dll - Namespace
- Cake
.Hg - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["HgAliases"]
class Type type-node
Syntax
public static class HgAliases
Attributes
Type | Description |
---|---|
Cake |
Methods
Name | Value | Summary |
---|---|---|
Hg |
Repository |
Return mercurial repository.
static
|
HgCommit |
void |
Create mercurial commit.
static
|
HgDiff |
string |
Get diff of repository.
static
|
HgInit |
void |
Init mercurial repository.
static
|
HgMerge |
MergeResult |
Perform merge of two branches
static
|
HgPush |
void |
Push local changes to remote repository.
static
|
HgPush |
void |
Push local changes to remote repository.
static
|
HgTag |
void |
Apply a symbolic identifier for a changeset [tag].
static
|
HgTags |
IEnumerable |
Get list of current tags.
static
|
HgTip |
Changeset |
Get the tip revision.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|