Summary
Commits the changes introduced by this
MergeJob.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Containing Type
- MergeJob
Syntax
public RevSpec Commit(string message, CommitCommand command = null)
Parameters
| Name | Type | Description |
|---|---|---|
| message | string | The commit message to use. |
| command | CommitCommand |
Any extra options to the commit method, or null for default options.
|