GuiClient.

DiffGui(Repository, DiffGuiCommand) Method

Summary

Launch the visual diff tool.
Assembly
Mercurial.Net.dll
Namespace
Mercurial.Gui
Containing Type
GuiClient

Syntax

public static void DiffGui(this Repository repository, DiffGuiCommand command = null)

Parameters

Name Type Description
repository Repository The Repository to view diffs from.
command DiffGuiCommand Any extra options to the vdiff method, or null for default options.

Return Value

Type Description
void