GuiClient.

DiffGui(Repository, RevSpec, 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, RevSpec revisions, DiffGuiCommand command = null)

Parameters

Name Type Description
repository Repository The Repository to view diffs from.
revisions RevSpec The revision RevSpec that identifies the revision or the revision range to view a diff of.
command DiffGuiCommand Any extra options to the vdiff method, or null for default options.

Return Value

Type Description
void