GuiClient.

LogGui(Repository, LogGuiCommand) Method

Summary

Open the repository explorer for the repository.
Assembly
Mercurial.Net.dll
Namespace
Mercurial.Gui
Containing Type
GuiClient

Syntax

public static void LogGui(this Repository repository, LogGuiCommand command = null)

Parameters

Name Type Description
repository Repository The Repository to open the explorer for.
command LogGuiCommand Any extra options to the log method, or null for default options.

Return Value

Type Description
void