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 null for default options.
|
Return Value
| Type | Description |
|---|---|
| IEnumerable |
A collection of FileStatus objects, one for each modified file.
|