RevSpec.

Tagged(string) Method

Summary

Returns a RevSpec that selects the changeset with the specified tag.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
RevSpec

Syntax

public static RevSpec Tagged(string name)

Parameters

Name Type Description
name string The name of the tag to find the changeset of.

Return Value

Type Description
RevSpec A RevSpec that selects the changeset with the specified tag.