BranchCommand.

Clean Property

Summary

Gets or sets a value indicating whether to clean the branch name of the current working folder, resetting it back to the branch name of the parent changeset. Default is false.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
BranchCommand

Syntax

public bool Clean { get; set; }

Attributes

Type Description
DefaultValueAttribute
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.

Value

Type Description
bool