Summary
Gets or sets a value indicating whether to record an action that has already occured.
Default value is
false
.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Containing Type
- Move
Rename Command Base <T>
Syntax
public bool RecordOnly { get; set; }
Remarks
If set to
true
, only record a move/rename that has already occured, do not try to actually rename or
move an existing file on disk, just manipulate the repository to record that it has
already happened.
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 |