Summary
Add or remove a tag for a changeset.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Containing Type
- Repository
Syntax
public void Tag(string name, TagCommand command = null)
Parameters
| Name | Type | Description |
|---|---|---|
| name | string | The name of the tag. |
| command | TagCommand |
The information object for the tag command, or null if no extra information
is necessary.
|
Return Value
| Type | Description |
|---|---|
| void |