GuiClient.

QueueManagerGui(Repository, QueueManagerGuiCommand) Method

Summary

Manage multiple MQ patch queues.
Assembly
Mercurial.Net.dll
Namespace
Mercurial.Gui
Containing Type
GuiClient

Syntax

public static void QueueManagerGui(this Repository repository, QueueManagerGuiCommand command = null)

Remarks

This command is only available for the PyQT client type.

Parameters

Name Type Description
repository Repository The Repository to manage patch queues for.
command QueueManagerGuiCommand Any extra options to the qqueue method, or null for default options.

Return Value

Type Description
void