Repository.

Add(AddCommand) Method

Summary

Adds one or more files to the repository.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
Repository

Syntax

public void Add(AddCommand command)

Parameters

Name Type Description
command AddCommand The information object for the add command, containing the paths of the files to add.

Return Value

Type Description
void