Repository.

Manifest(RevSpec, ManifestCommand) Method

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<T> A collection of strings, each specifying the relative path to and name of a file in the specified revision.