Repository.

Clone(CloneCommand) Method

Summary

Clones a repository into this Repository.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
Repository

Syntax

public void Clone(CloneCommand command)

Parameters

Name Type Description
command CloneCommand Any extra options to the clone method.

Return Value

Type Description
void