Summary
            Retrieve changesets not found in the default destination.
            
		- Assembly
 - Mercurial
.Net .dll  - Namespace
 - Mercurial
 - Containing Type
 - Repository
 
Syntax
public IEnumerable<Changeset> Outgoing(OutgoingCommand command = null)
	Parameters
| Name | Type | Description | 
|---|---|---|
| command | OutgoingCommand | 
            Any extra options to the outgoing method, or null for default options.
             | 
					
Return Value
| Type | Description | 
|---|---|
| IEnumerable | 
					
            The result of executing the command as a collection of Changeset objects.
             |