Repository.

Remove(RemoveCommand) Method

Summary

Removes one or more files from the repository.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
Repository

Syntax

public void Remove(RemoveCommand command)

Parameters

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

Return Value

Type Description
void