RevSpec.

Bracketed(RevSpec, RevSpec) Method

Summary

Create a RevSpec that includes the revisions specified, and all revisions that are both descendants of from and ancestors of to
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
RevSpec

Syntax

public static RevSpec Bracketed(RevSpec from, RevSpec to)

Parameters

Name Type Description
from RevSpec The RevSpec to start from.
to RevSpec The RevSpec to end with.

Return Value

Type Description
RevSpec A RevSpec with the specified range.