GuiClient.

TagGui(Repository, TagGuiCommand) Method

Summary

Open the Tag gui.
Assembly
Mercurial.Net.dll
Namespace
Mercurial.Gui
Containing Type
GuiClient

Syntax

public static void TagGui(this Repository repository, TagGuiCommand command = null)

Remarks

This command is only available for the PyQT client type.

Parameters

Name Type Description
repository Repository The Repository to synchronize.
command TagGuiCommand Any extra options to the tag method, or null for default options.

Return Value

Type Description
void