GuiClient.

MoveGui(Repository, string, string, 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, string source, string destination, MoveGuiCommand command = null)

Parameters

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

Return Value

Type Description
void