Summary
Show the copy file dialog.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
.Gui - Containing Type
- GuiClient
Syntax
public static void CopyGui(this Repository repository, string source, string destination, CopyGuiCommand command = null)
Remarks
This command is only available for the
PyQT
client type.
Parameters
Name | Type | Description |
---|---|---|
repository | Repository |
The Repository to copy files in.
|
source | string | The source file to copy. |
destination | string | The destination to copy it to. |
command | CopyGuiCommand |
Any extra options to the copy method, or null for default options.
|
Return Value
Type | Description |
---|---|
void |