GuiClient.

BackoutGui(Repository, BackoutGuiCommand) Method

Summary

Backout tool.
Assembly
Mercurial.Net.dll
Namespace
Mercurial.Gui
Containing Type
GuiClient

Syntax

public static void BackoutGui(this Repository repository, BackoutGuiCommand command = null)

Remarks

This command is only available for the PyQT client type.

Parameters

Name Type Description
repository Repository The Repository to backout a changeset in.
command BackoutGuiCommand Any extra options to the backout method, or null for default options.

Return Value

Type Description
void