RevSpec.

AncestorsOf(RevSpec) Method

Summary

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

Syntax

public static RevSpec AncestorsOf(RevSpec revSpec)

Parameters

Name Type Description
revSpec RevSpec The RevSpec to end with.

Return Value

Type Description
RevSpec A RevSpec with the specified range.