GuiClient.

TagGui(Repository, RevSpec, string, 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, RevSpec revision, string name, TagGuiCommand command = null)

Remarks

This command is only available for the PyQT client type.

Parameters

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

Return Value

Type Description
void