GuiClient.

RejectsGui(Repository, RejectsGuiCommand) Method

Summary

Manually resolve rejected patch chunks.
Assembly
Mercurial.Net.dll
Namespace
Mercurial.Gui
Containing Type
GuiClient

Syntax

public static void RejectsGui(this Repository repository, RejectsGuiCommand command)

Parameters

Name Type Description
repository Repository The Repository to resolve rejected patch chunks in.
command RejectsGuiCommand Any extra options to the rejects method, or null for default options.

Return Value

Type Description
void