Repository.

Incoming(IncomingCommand) Method

Summary

Retrieve new changesets found in the default source.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
Repository

Syntax

public IEnumerable<Changeset> Incoming(IncomingCommand command = null)

Parameters

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

Return Value

Type Description
IEnumerable<T> The result of executing the command as a collection of Changeset objects.