GuiClient.

QueueGui(Repository, QueueGuiCommand) Method

Summary

Show the Mercurial queue tool.
Assembly
Mercurial.Net.dll
Namespace
Mercurial.Gui
Containing Type
GuiClient

Syntax

public static void QueueGui(this Repository repository, QueueGuiCommand command = null)

Remarks

This command is only available for the PyQT client type.

Parameters

Name Type Description
repository Repository The Repository to open the queue tool for.
command QueueGuiCommand Any extra options to the mq method, or null for default options.

Return Value

Type Description
void