CommitCommand.

Paths Property

Summary

Gets the collection of files to commit. If left empty, will commit all pending changes.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
CommitCommand

Syntax

public Collection<string> Paths { get; }

Value

Type Description
Collection<T>