MercurialCommandBase<T>.

MercurialCommandBase(string) Constructor

Summary

Initializes a new instance of the MercurialCommandBase<T> class.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
MercurialCommandBase<T>

Syntax

protected MercurialCommandBase(string command)

Parameters

Name Type Description
command string The name of the command that will be passed to the Mercurial command line client.

Return Value

Type Description
void