GuiClient.

PurgeGui(Repository, PurgeGuiCommand) Method

Summary

Purge unknown and/or ignore files from repository.
Assembly
Mercurial.Net.dll
Namespace
Mercurial.Gui
Containing Type
GuiClient

Syntax

public static void PurgeGui(this Repository repository, PurgeGuiCommand command = null)

Remarks

This command is only available for the PyQT client type.

Parameters

Name Type Description
repository Repository The Repository to purge files in.
command PurgeGuiCommand Any extra options to the purge method, or null for default options.

Return Value

Type Description
void