Repository.

Forget(ForgetCommand) Method

Summary

Forgets one or more tracked files in the repository, making Mercurial stop tracking them.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
Repository

Syntax

public void Forget(ForgetCommand command)

Parameters

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

Return Value

Type Description
void