Summary
            Gets all the changesets in the log.
            
		- Assembly
- Mercurial.Net .dll 
- Namespace
- Mercurial
- Containing Type
- Repository
Syntax
public IEnumerable<Changeset> Log(RevSpec set, LogCommand command = null)Parameters
| Name | Type | Description | 
|---|---|---|
| set | RevSpec | The RevSpecthat specifies the set of revisions
            to include in the log. Ifnull, return the whole log.
            Default isnull. | 
| command | LogCommand | Any extra options to the log method, or nullfor default options. | 
Return Value
| Type | Description | 
|---|---|
| IEnumerable | A collection of Changesetinstances. |