Repository.

Annotate(AnnotateCommand) Method

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(AnnotateCommand command = null)

Parameters

Name Type Description
command AnnotateCommand Any extra options to the annotate method, including the path to the item to annotate.

Return Value

Type Description
IEnumerable<T> A collection of Annotation objects, one for each line.