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 | Edit |
Any extra options to the hgignore method, or null for default options.
|
Return Value
| Type | Description |
|---|---|
| void |