RevSpec.

InBranch(string) Method

Summary

Select all changesets in the specified branch.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
RevSpec

Syntax

public static RevSpec InBranch(string name)

Parameters

Name Type Description
name string The name of the branch to select all changesets in.

Return Value

Type Description
RevSpec A RevSpec that selects all changesets in the specified branch.