GuiClient.

EditIgnoreFiltersGui(Repository, EditIgnoreFiltersGuiCommand) Method

Summary

Show the TortoiseHg dialog for editing ignore filters for the repository.
Assembly
Mercurial.Net.dll
Namespace
Mercurial.Gui
Containing Type
GuiClient

Syntax

public static void EditIgnoreFiltersGui(this Repository repository, EditIgnoreFiltersGuiCommand command = null)

Parameters

Name Type Description
repository Repository The Repository to edit the ignore filters for.
command EditIgnoreFiltersGuiCommand Any extra options to the hgignore method, or null for default options.

Return Value

Type Description
void