RevSpec.

And(RevSpec) Method

Summary

Selects all changesets that are both in this RevSpec and also in revSpec.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
RevSpec

Syntax

public RevSpec And(RevSpec revSpec)

Parameters

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

Return Value

Type Description
RevSpec A revision specification that selects all changesets that are both in this RevSpec and also in revSpec.