Repository.

Execute(IMercurialCommand) Method

Summary

Executes the given IMercurialCommand command against the Mercurial repository.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
Repository

Syntax

public void Execute(IMercurialCommand command)

Parameters

Name Type Description
command IMercurialCommand The IMercurialCommand command to execute.

Return Value

Type Description
void