Summary
            This method will be called before the command starts executing.
            
		- Assembly
- Mercurial.Net .dll 
- Namespace
- Mercurial
- Containing Type
- IMercurial Command Observer 
Syntax
void Executing(string command, string arguments)Parameters
| Name | Type | Description | 
|---|---|---|
| command | string | The command that will be executed. | 
| arguments | string | The arguments to the command. | 
Return Value
| Type | Description | 
|---|---|
| void |