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 |
The result of executing the command as a collection of Changeset objects.
|