GuiClient.

RevertGui(Repository, RevertGuiCommand) Method

Summary

Revert selected files.
Assembly
Mercurial.Net.dll
Namespace
Mercurial.Gui
Containing Type
GuiClient

Syntax

public static void RevertGui(this Repository repository, RevertGuiCommand command = null)

Parameters

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

Return Value

Type Description
void