GuiClient.

CopyGui(Repository, CopyGuiCommand) Method

Summary

Show the copy file dialog.
Assembly
Mercurial.Net.dll
Namespace
Mercurial.Gui
Containing Type
GuiClient

Syntax

public static void CopyGui(this Repository repository, 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.
command CopyGuiCommand Any extra options to the copy method, or null for default options.

Return Value

Type Description
void