Summary
            Clones a repository into this 
		Repository, from the specified source.
            - Assembly
 - Mercurial
.Net .dll  - Namespace
 - Mercurial
 - Containing Type
 - Repository
 
Syntax
public void Clone(string source, CloneCommand command = null)
	Parameters
| Name | Type | Description | 
|---|---|---|
| source | string | The path or Uri to the source to clone from. | 
| command | CloneCommand | 
            Any extra options to the clone method, or null for default options.
             | 
					
Return Value
| Type | Description | 
|---|---|
| void |