GuiClient.

ResolveGui(Repository, ResolveGuiCommand) Method

Summary

Shows the resolve dialog.
Assembly
Mercurial.Net.dll
Namespace
Mercurial.Gui
Containing Type
GuiClient

Syntax

public static void ResolveGui(this Repository repository, ResolveGuiCommand command = null)

Remarks

This command is only available for the PyQT client type.

Parameters

Name Type Description
repository Repository The Repository to resolve merge conflicts in.
command ResolveGuiCommand Any extra options to the resolve method, or null for default options.

Return Value

Type Description
void