Summary
Retrieve new changesets found in the source.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Containing Type
- Repository
Syntax
public IEnumerable<Changeset> Incoming(string source, IncomingCommand command = null)
Parameters
| Name | Type | Description |
|---|---|---|
| source | string | The name of the source or the URL to the source, to check incoming from. |
| 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.
|