Summary
Parses the standard output from executing a 'hg summary' command
and returns a
RepositorySummary.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Containing Type
- RepositorySummary
Syntax
public static RepositorySummary Parse(string standardOutput)
Parameters
| Name | Type | Description |
|---|---|---|
| standardOutput | string | The standard output from a 'hg summary' command that is to be parsed. |
Return Value
| Type | Description |
|---|---|
| RepositorySummary |
The resulting RepositorySummary from parsing standardOutput.
|