BranchHead.

BranchHead(int, string) Constructor

Summary

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

Syntax

public BranchHead(int revisionNumber, string name)

Parameters

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

Return Value

Type Description
void