Repository.

Bookmark(string, RevSpec, BookmarkCommand) Method

Summary

Bookmarks the specified revision.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
Repository

Syntax

public void Bookmark(string name, RevSpec revision, BookmarkCommand command = null)

Parameters

Name Type Description
name string The name of the bookmark to create.
revision RevSpec The revision to bookmark.
command BookmarkCommand Any extra options to the bookmark method, or null for default options.

Return Value

Type Description
void