Summary
Show the TortoiseHg dialog for commiting changes to the repository.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
.Gui - Containing Type
- GuiClient
Syntax
public static void CommitGui(this Repository repository, CommitGuiCommand command = null)
Parameters
Name | Type | Description |
---|---|---|
repository | Repository |
The Repository to commit to.
|
command | CommitGuiCommand |
Any extra options to the commit method, or null for default options.
|
Return Value
Type | Description |
---|---|
void |