RevSpec.

DescendantsOf(RevSpec) Method

Summary

Create a RevSpec that includes the revision specified and all descendant revisions.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
RevSpec

Syntax

public static RevSpec DescendantsOf(RevSpec revSpec)

Parameters

Name Type Description
revSpec RevSpec The RevSpec to start from.

Return Value

Type Description
RevSpec A RevSpec with the specified range.