GuiClient.

EmailGui(Repository, EmailGuiCommand) Method

Summary

Send changesets by email.
Assembly
Mercurial.Net.dll
Namespace
Mercurial.Gui
Containing Type
GuiClient

Syntax

public static void EmailGui(this Repository repository, EmailGuiCommand command = null)

Remarks

This command is only available for the PyQT client type.

Parameters

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

Return Value

Type Description
void