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
Retrieve first changeset by revision
- Assembly
- Cake
.Hg .dll - Namespace
- Cake
.Hg - Containing Type
- HgExtensions
Syntax
public static Changeset Changeset(this Repository repository, RevSpec revision)
Parameters
| Name | Type | Description |
|---|---|---|
| repository | Repository | Mercurial repository |
| revision | RevSpec | Revision |
Return Value
| Type | Description |
|---|---|
| Changeset |
