HgExtensions Class

Summary

Common Mercurial.NET extension methods
Assembly
Cake.Hg.dll
Namespace
Cake.Hg
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["HgExtensions"] class Type type-node

Syntax

public static class HgExtensions

Methods

Name Value Summary
Changeset(Repository, RevSpec) Changeset
Retrieve first changeset by revision
static
Parent(Repository, Changeset) Changeset
Retrieve first parent of changeset.
static
Parent(Repository, RevSpec) Changeset
Retrieve first parent of revision.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin