Repository.

Archive(ArchiveCommand) Method

Summary

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

Syntax

public void Archive(ArchiveCommand command = null)

Parameters

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

Return Value

Type Description
void