HgExtensions Class

Summary

Common Mercurial.NET extension methods
Assembly
Cake.Hg.dll
Namespace
Cake.Hg
Base Types
  • Object
HgExtensions
Object

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
ToStringWithNullMarkup() string
Returns the string value or a Not set> markup suitable for Spectre.Console.
Requires the Cake.Issues addin