HgExtensions.

Parent(Repository, Changeset) Method

Summary

Retrieve first parent of changeset.
Assembly
Cake.Hg.dll
Namespace
Cake.Hg
Containing Type
HgExtensions

Syntax

public static Changeset Parent(this Repository repository, Changeset changeset)

Parameters

Name Type Description
repository Repository Mercurial repository
changeset Changeset Changeset

Return Value

Type Description
Changeset