Summary
Sets the
DetachFromOriginalBranch property to the specified value and
returns this RebaseGuiCommand instance.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
.Gui - Containing Type
- RebaseGuiCommand
Syntax
public RebaseGuiCommand WithDetachFromOriginalBranch(bool value = true)
Remarks
This method is part of the fluent interface.
Parameters
| Name | Type | Description |
|---|---|---|
| value | bool |
The new value for the DetachFromOriginalBranch property,
defaults to true.
|
Return Value
| Type | Description |
|---|---|
| RebaseGuiCommand |
This RebaseGuiCommand instance.
|