Summary
            Retrieves the status of changed files in the working directory.
            
		- Assembly
- Mercurial.Net .dll 
- Namespace
- Mercurial
- Containing Type
- Repository
Syntax
public IEnumerable<FileStatus> Status(StatusCommand command = null)Parameters
| Name | Type | Description | 
|---|---|---|
| command | StatusCommand | Any extra options to the status method, or nullfor default options. | 
Return Value
| Type | Description | 
|---|---|
| IEnumerable | A collection of FileStatusobjects, one for each modified file. |