Repository.

Remove(string, RemoveCommand) Method

Summary

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

Syntax

public void Remove(string path, RemoveCommand command = null)

Parameters

Name Type Description
path string The path to a file, or a path containing wildcards to files to remove from the repository.
command RemoveCommand The information object for the remove command, containing the paths of the files to remove.

Return Value

Type Description
void