StripGuiCommand.

ForceDiscardUncommittedChanges Property

Summary

Gets or sets a value indicating whether to force discarding of uncommitted changes (Warning: there is no backup of the discarded changes; the CreateBackup property decides whether to make a backup of the stripped changesets.) Default value is false.
Assembly
Mercurial.Net.dll
Namespace
Mercurial.Gui
Containing Type
StripGuiCommand

Syntax

public bool ForceDiscardUncommittedChanges { 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

Type Description
bool