CommandBase<T>.

Prepare() Method

Summary

Override this method to implement code that will execute before command line execution.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
CommandBase<T>

Syntax

protected virtual void Prepare()

Remarks

Note that as long as you descend from MercurialCommandBase<T> you're not required to call the base method at all.

Return Value

Type Description
void