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