StatusCommand.

ParseStandardOutputForResults(int, string) Method

Summary

Parses the standard output for results.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
StatusCommand

Syntax

protected override void ParseStandardOutputForResults(int exitCode, string standardOutput)

Parameters

Name Type Description
exitCode int The exit code.
standardOutput string The standard output.

Return Value

Type Description
void