GuiClient.

RecoveryGui(Repository, RecoveryGuiCommand) Method

Summary

Show the TortoiseHg dialog for recovery for the repository.
Assembly
Mercurial.Net.dll
Namespace
Mercurial.Gui
Containing Type
GuiClient

Syntax

public static void RecoveryGui(this Repository repository, RecoveryGuiCommand command = null)

Remarks

This command is only available for the PyGTK client type.

Parameters

Name Type Description
repository Repository The Repository to execute the recovery command in.
command RecoveryGuiCommand Any extra options to the recovery method, or null for default options.

Return Value

Type Description
void