Summary
Adds the specified value to the
Revisions
property and
returns this DiffCommand
instance.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Containing Type
- DiffCommand
Syntax
public DiffCommand WithRevisions(RevSpec value)
Remarks
This method is part of the fluent interface.
Parameters
Return Value
Type | Description |
---|---|
DiffCommand |
This DiffCommand instance.
|