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