RevSpec.

From(RevSpec) Method

Summary

Create a RevSpec that includes a range of revisions, starting with the specified RevSpec and runs all the way up to and including the tip.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
RevSpec

Syntax

public static RevSpec From(RevSpec revSpec)

Parameters

Name Type Description
revSpec RevSpec The first RevSpec to include.

Return Value

Type Description
RevSpec A RevSpec with the specified range.