RevSpec.

Except(RevSpec) Method

Summary

Select all changesets in this RevSpec specification, but not in revSpec.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
RevSpec

Syntax

public RevSpec Except(RevSpec revSpec)

Parameters

Name Type Description
revSpec RevSpec The revisions of the changesets to exclude.

Return Value

Type Description
RevSpec A revision specification that selects all the changesets in this RevSpec, but not in revSpec.