Repository.

Bookmark(string, BookmarkCommand) Method

Summary

Bookmarks the working folder parent revision.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
Repository

Syntax

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

Parameters

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

Return Value

Type Description
void