RevSpec.

Or(RevSpec) Method

Summary

Selects all changesets that either in this RevSpec or in revSpec.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
RevSpec

Syntax

public RevSpec Or(RevSpec revSpec)

Parameters

Name Type Description
revSpec RevSpec The 2nd operand to the or operator.

Return Value

Type Description
RevSpec A revision specification that selects all changesets that are either in this RevSpec or in revSpec.