RevSpec.

To(RevSpec) Method

Summary

Create a RevSpec that includes a range of revisions, starting with the first revision in the repository, and ending with the specified RevSpec. the tip.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
RevSpec

Syntax

public static RevSpec To(RevSpec revSpec)

Parameters

Name Type Description
revSpec RevSpec The last RevSpec to include.

Return Value

Type Description
RevSpec A RevSpec with the specified range.