GuiClient.

ArchiveGui(Repository, ArchiveGuiCommand) Method

Summary

Show the TortoiseHg dialog for creating an unversioned archive from a working folder.
Assembly
Mercurial.Net.dll
Namespace
Mercurial.Gui
Containing Type
GuiClient

Syntax

public static void ArchiveGui(this Repository repository, ArchiveGuiCommand command = null)

Parameters

Name Type Description
repository Repository The Repository to archive from.
command ArchiveGuiCommand Any extra options to the archive method, or null for default options.

Return Value

Type Description
void