GuiClient.

ManifestGui(Repository, ManifestGuiCommand) Method

Summary

Display the current or given revision of the project manifest.
Assembly
Mercurial.Net.dll
Namespace
Mercurial.Gui
Containing Type
GuiClient

Syntax

public static void ManifestGui(this Repository repository, ManifestGuiCommand command = null)

Remarks

This command is only available for the PyQT client type.

Parameters

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

Return Value

Type Description
void