GuiClient.

QueueReorderGui(Repository, QueueReorderGuiCommand) Method

Summary

Reorder unapplied MQ patches.
Assembly
Mercurial.Net.dll
Namespace
Mercurial.Gui
Containing Type
GuiClient

Syntax

public static void QueueReorderGui(this Repository repository, QueueReorderGuiCommand command = null)

Remarks

This command is only available for the PyQT client type.

Parameters

Name Type Description
repository Repository The Repository to reorder patches in.
command QueueReorderGuiCommand Any extra options to the qreorder method, or null for default options.

Return Value

Type Description
void