Summary
Select a revision based on identifying hash prefix.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Containing Type
- RevSpec
Syntax
public static RevSpec ById(string id)
Parameters
Name | Type | Description |
---|---|---|
id | string | The prefix or complete hash of the changeset to select. |
Return Value
Type | Description |
---|---|
RevSpec | The revision specification for the changeset with the given identifying id. |