MergeJob.

MergeJob(Repository, MergeCommand) Constructor

Summary

Initializes a new instance of the MergeJob class.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
MergeJob

Syntax

public MergeJob(Repository repository, MergeCommand mergeCommand)

Parameters

Name Type Description
repository Repository The repository the merge was initiated in.
mergeCommand MergeCommand The MergeCommand that initiated the merge.

Return Value

Type Description
void