Summary
            Performs a merge between the current working folder and another revision.
            
		- Assembly
 - Mercurial
.Net .dll  - Namespace
 - Mercurial
 - Containing Type
 - Repository
 
Syntax
public MergeResult Merge(MergeCommand command = null)
	Parameters
| Name | Type | Description | 
|---|---|---|
| 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.
             |