Summary
Gets or sets a value indicating whether to recurse into subrepositories.
Default is
false
.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Containing Type
- AddCommand
Syntax
public bool RecurseSubRepositories { get; set; }
Remarks
Note that setting this property requires Mercurial 1.6.2 or newer.
Attributes
Type | Description |
---|---|
Boolean |
This attribute can be applied to bool-properties in option classes,
to specify the option to pass to the executable in case of
a false or true value. By default, no options
will be sent for either value.
|
Default |
Value
Type | Description |
---|---|
bool |