Summary
Performs a merge between the current working folder and the specified revision.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Containing Type
- Repository
Syntax
public MergeResult Merge(RevSpec revision, MergeCommand command = null)
Parameters
| Name | Type | Description |
|---|---|---|
| revision | RevSpec | The revision to merge with. |
| command | MergeCommand |
Any extra options to the merge method, or null for default options.
|
Return Value
| Type | Description |
|---|---|
| MergeResult |
A MergeResult value indicitating the result of the merge.
|