BundleCommand.

BaseRevisions Property

Summary

Gets the collection of revisions assumed to be available at the destination, and thus not included in the bundle. Mostly used when leaving Destination empty, to calculate an "assumed" bundle for a target repository that may not be available for comparison. Default is empty.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
BundleCommand

Syntax

public Collection<RevSpec> BaseRevisions { get; }

Attributes

Type Description
RepeatableArgumentAttribute This attribute can be applied to collection-properties in option classes, to specify the option to prefix each element in the collection with, when building the command line arguments for the Mercurial executable.

Value

Type Description
Collection<T>