Summary
Get current repository heads or get branch heads.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Containing Type
- Repository
Syntax
public IEnumerable<Changeset> Heads(HeadsCommand command = null)
Parameters
| Name | Type | Description |
|---|---|---|
| command | HeadsCommand |
Any extra options to the heads method, or null for default options.
|
Return Value
| Type | Description |
|---|---|
| IEnumerable |
A collection of Changeset instances.
|