RevSpec.

Bookmark(string) Method

Summary

Creates a new RevSpec that will include the changeset idenfitied by the specified bookmark name.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
RevSpec

Syntax

public static RevSpec Bookmark(string name)

Parameters

Name Type Description
name string The name of the bookmark to include.

Return Value

Type Description
RevSpec A RevSpec including the changeset with the specified bookmark.