Summary
Gets or sets a value indicating whether to replace an existing tag, in effect moving the tag to
a different changeset. Without this flag, adding a tag that already exists
will result in a
MercurialExecutionException
being thrown.
Default is
false
.
Syntax
public bool ReplaceExisting { get; set; }
Attributes
Type |
Description |
BooleanArgumentAttribute |
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.
|
DefaultValueAttribute |
|
Value