Summary
Executes the given
IGuiCommand command against
the Mercurial repository.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
.Gui - Containing Type
- GuiClient
Syntax
public static void Execute(this Repository repository, IGuiCommand command)
Parameters
| Name | Type | Description |
|---|---|---|
| repository | Repository |
The Repository to execute the command in.
|
| command | IGuiCommand |
The IGuiCommand command to execute.
|
Return Value
| Type | Description |
|---|---|
| void |