Summary
Show the TortoiseHg dialog for cloning a repository.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
.Gui - Containing Type
- GuiClient
Syntax
public static void CloneGui(this Repository repository, CloneGuiCommand command = null)
Parameters
Name | Type | Description |
---|---|---|
repository | Repository |
The Repository to clone into.
|
command | CloneGuiCommand |
Any extra options to the clone method, or null for default options.
|
Return Value
Type | Description |
---|---|
void |