Summary
            Retrieve aliases for remote repositories.
            
		- Assembly
 - Mercurial
.Net .dll  - Namespace
 - Mercurial
 - Containing Type
 - Repository
 
Syntax
public IEnumerable<RemoteRepositoryPath> Paths(PathsCommand command = null)
	Parameters
| Name | Type | Description | 
|---|---|---|
| command | PathsCommand | 
            Any extra options to the paths method, or null for default options.
             | 
					
Return Value
| Type | Description | 
|---|---|
| IEnumerable | 
					
            A collection of RemoteRepositoryPath objects, one for each
            remote repository.
             |