Summary
Adds all the values to the
Revisions collection property and
returns this EmailGuiCommand instance.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
.Gui - Containing Type
- EmailGuiCommand
Syntax
public EmailGuiCommand WithRevisions(params RevSpec[] values)
Remarks
This method is part of the fluent interface.
Parameters
| Name | Type | Description |
|---|---|---|
| values | RevSpec[] |
An array of values to add to the Revisions collection property.
|
Return Value
| Type | Description |
|---|---|
| EmailGuiCommand |
This EmailGuiCommand instance.
|