Repository.

Tip(TipCommand) Method

Summary

Retrieves the tip revision.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
Repository

Syntax

public Changeset Tip(TipCommand command = null)

Parameters

Name Type Description
command TipCommand The information object for the tip command.

Return Value

Type Description
Changeset The Changeset of the tip revision.