Summary
Sets the
RecurseSubRepositories property to the specified value and
returns this AddCommand instance.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Containing Type
- AddCommand
Syntax
public AddCommand WithRecurseSubRepositories(bool value = true)
Remarks
This method is part of the fluent interface.
Note that calling this method requires Mercurial 1.6.2 or newer.
Parameters
| Name | Type | Description |
|---|---|---|
| value | bool |
The new value for the RecurseSubRepositories property,
defaults to true.
|
Return Value
| Type | Description |
|---|---|
| AddCommand |
This AddCommand instance.
|