Summary
Select a revision based on its globally unique hash.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Containing Type
- RevSpec
Syntax
public static RevSpec Single(string hash)
Parameters
| Name | Type | Description |
|---|---|---|
| hash | string | The globally unique hash, a 1-40 digit hexadecimal number. |
Return Value
| Type | Description |
|---|---|
| RevSpec | The revision specification for a revision selected by its globally unique hash. |