Summary
Annotates the specified item, returning annotation objects for the lines of
the file.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Containing Type
- Repository
Syntax
public IEnumerable<Annotation> Annotate(string path, AnnotateCommand command = null)
Parameters
| Name | Type | Description |
|---|---|---|
| path | string | The path to the item to annotate. |
| command | AnnotateCommand |
Any extra options to the annotate method, or null for default options.
|
Return Value
| Type | Description |
|---|---|
| IEnumerable |
A collection of Annotation objects, one for each line.
|