GuiClient.

ForgetGui(Repository, ForgetGuiCommand) Method

Summary

Show the TortoiseHg dialog for forgetting tracked files.
Assembly
Mercurial.Net.dll
Namespace
Mercurial.Gui
Containing Type
GuiClient

Syntax

public static void ForgetGui(this Repository repository, ForgetGuiCommand command = null)

Parameters

Name Type Description
repository Repository The Repository folder to forget tracked files in.
command ForgetGuiCommand Any extra options to the forget method, or null for default options.

Return Value

Type Description
void