GuiClient.

MoveGui(Repository, MoveGuiCommand) Method

Summary

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

Syntax

public static void MoveGui(this Repository repository, MoveGuiCommand command = null)

Parameters

Name Type Description
repository Repository The Repository to move files in.
command MoveGuiCommand Any extra options to the mv method, or null for default options.

Return Value

Type Description
void