GuiClient.

MPatchGui(Repository, MPatchGuiCommand) Method

Summary

Attempt to resolve conflicts in a .rej file.
Assembly
Mercurial.Net.dll
Namespace
Mercurial.Gui
Containing Type
GuiClient

Syntax

public static void MPatchGui(this Repository repository, MPatchGuiCommand command)

Remarks

This command is only available for the PyGTK client type.

Parameters

Name Type Description
repository Repository The Repository to resolve conflicts in.
command MPatchGuiCommand The options to the mpatch method.

Return Value

Type Description
void