Summary
            Retrieve the current or given revisions of file(s).
            
		- Assembly
 - Mercurial
.Net .dll  - Namespace
 - Mercurial
 - Containing Type
 - Repository
 
Syntax
public string Cat(CatCommand command)
	Parameters
| Name | Type | Description | 
|---|---|---|
| command | CatCommand | The options to the cat command. | 
Return Value
| Type | Description | 
|---|---|
| string | Returns the output from the cat command, which if only one file is retrieved, will be the contents of that file. Note that binary files might be mangled, so retrieve these to disk. |