Summary
Gets the collection of users to produce the log for, or an empty collection to produce
the log for the repository. Default is an empty collection.
Syntax
public Collection<string> Users { 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> |
|