Summary
List repository named branches.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Containing Type
- Repository
Syntax
public IEnumerable<BranchHead> Branches(BranchesCommand command = null)
Parameters
| Name | Type | Description |
|---|---|---|
| command | BranchesCommand |
Any extra options to the branches method, or null for default options.
|
Return Value
| Type | Description |
|---|---|
| IEnumerable |
A collection of BranchHead objects, one for each named branch included in the results.
|