Repository.

Log(LogCommand) Method

Summary

Gets all the changesets in the log.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
Repository

Syntax

public IEnumerable<Changeset> Log(LogCommand command = null)

Parameters

Name Type Description
command LogCommand Any extra options to the log method, or null for default options.

Return Value

Type Description
IEnumerable<T> A collection of Changeset instances.