Summary
Adds the value to the
BaseRevisions collection property and
returns this BundleCommand instance.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Containing Type
- BundleCommand
Syntax
public BundleCommand WithBaseRevision(RevSpec value)
Remarks
This method is part of the fluent interface.
Parameters
| Name | Type | Description |
|---|---|---|
| value | RevSpec |
The value to add to the BaseRevisions collection property.
|
Return Value
| Type | Description |
|---|---|
| BundleCommand |
This BundleCommand instance.
|