BundleCommand.

Revisions Property

Summary

Gets the collection of revisions to be added to the destination, and thus include in the bundle. If empty, include every changeset from the source repository that isn't in the destination. Default is empty.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
BundleCommand

Syntax

public Collection<RevSpec> Revisions { 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>