Repository.

Verify(VerifyCommand) Method

Summary

Verifies the integrity of the repository.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
Repository

Syntax

public void Verify(VerifyCommand command = null)

Parameters

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

Return Value

Type Description
void