MergeJob.

Commit(CommitCommand) Method

Summary

Commits the changes introduced by this MergeJob.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
MergeJob

Syntax

public RevSpec Commit(CommitCommand command)

Parameters

Name Type Description
command CommitCommand Any extra options to the commit method.

Return Value

Type Description
RevSpec The RevSpec with the hash of the new changeset.