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.
|