Summary
Show the TortoiseHg file status dialog in revert mode, for removing or reverting files.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
.Gui - Containing Type
- GuiClient
Syntax
public static void RemoveGui(this Repository repository, RemoveGuiCommand command = null)
Parameters
| Name | Type | Description |
|---|---|---|
| repository | Repository |
The Repository to remove files in.
|
| command | RemoveGuiCommand |
Any extra options to the remove method, or null for default options.
|
Return Value
| Type | Description |
|---|---|
| void |