Summary
Select a revision based on tag.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Containing Type
- RevSpec
Syntax
public static RevSpec ByTag(string name)
Parameters
Name | Type | Description |
---|---|---|
name | string | The name of the tag to select. |
Return Value
Type | Description |
---|---|
RevSpec | The revision specification for the revision that has the specified tag. |