CloneGuiCommand.

CompressedTransfer Property

Summary

Gets or sets a value indicating whether to use compressed transfer or not. Over LAN, uncompressed is faster, otherwise compressed is most likely faster. Default is true.
Assembly
Mercurial.Net.dll
Namespace
Mercurial.Gui
Containing Type
CloneGuiCommand

Syntax

public bool CompressedTransfer { get; set; }

Remarks

This property is only available for the PyQT client type.

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