Repository.

Identify(IdentifyCommand) Method

Summary

Identifies the working copy.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
Repository

Syntax

public RevSpec Identify(IdentifyCommand command = null)

Parameters

Name Type Description
command IdentifyCommand Any extra options to the identify method, or null for default options.

Return Value

Type Description
RevSpec The RevSpec object containing the hash of the working copy.