Summary
Manually resolve rejected patch chunks.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
.Gui - Containing Type
- GuiClient
Syntax
public static void RejectsGui(this Repository repository, string file, RejectsGuiCommand command = null)
Remarks
This command is only available for the
PyQT
client type.
Parameters
Name | Type | Description |
---|---|---|
repository | Repository |
The Repository to resolve rejected patch chunks in.
|
file | string | The file 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 |