Repository.

Archive(string, ArchiveCommand) Method

Summary

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

Syntax

public void Archive(string destination, ArchiveCommand command = null)

Parameters

Name Type Description
destination string The destination folder or file to archive to.
command ArchiveCommand Any extra options to the verify method, or null for default options.

Return Value

Type Description
void