GuiClient.

MergeGui(Repository, MergeGuiCommand) Method

Summary

Show the TortoiseHg dialog for merging another revision with the local one.
Assembly
Mercurial.Net.dll
Namespace
Mercurial.Gui
Containing Type
GuiClient

Syntax

public static void MergeGui(this Repository repository, MergeGuiCommand command = null)

Parameters

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

Return Value

Type Description
void