RevSpec.

ByBranch(string) Method

Summary

Select a revision based on its branch name, will select the tipmost revision that belongs to the named branch.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
RevSpec

Syntax

public static RevSpec ByBranch(string name)

Parameters

Name Type Description
name string The name of the branch to select the tipmost revision of.

Return Value

Type Description
RevSpec The revision specification for the tipmost revision that belongs to the named branch.