MoveRenameCommandBase<T>.

MoveRenameCommandBase(string) Constructor

Summary

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

Syntax

protected MoveRenameCommandBase(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