GuiClient.

RenameGui(Repository, RenameGuiCommand) Method

Summary

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

Syntax

public static void RenameGui(this Repository repository, RenameGuiCommand command = null)

Parameters

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

Return Value

Type Description
void