Summary
Output the current or given revision of the project manifest.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Containing Type
- Repository
Syntax
public IEnumerable<string> Manifest(ManifestCommand command = null)
Parameters
| Name | Type | Description |
|---|---|---|
| command | ManifestCommand |
Any extra options to the tags method, or null for default options.
|
Return Value
| Type | Description |
|---|---|
| IEnumerable |
A collection of strings, each specifying the relative path to and name of a file
in the current or specified revision.
|