NamedRevision.

NamedRevision(int, string) Constructor

Summary

Initializes a new instance of the NamedRevision class.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
NamedRevision

Syntax

protected NamedRevision(int revisionNumber, string name)

Parameters

Name Type Description
revisionNumber int The revision number the bookmark or tag is currently for.
name string The name of the tag or bookmark.

Return Value

Type Description
void