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