RevSpec.

ByRevisionNumber(int) Method

Summary

Select a revision based on its revision number.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
RevSpec

Syntax

public static RevSpec ByRevisionNumber(int revisionNumber)

Parameters

Name Type Description
revisionNumber int The revision number to select.

Return Value

Type Description
RevSpec The revision specification for the changeset with the given revision number.