GuiClient.

ShelveGui(Repository, ShelveGuiCommand) Method

Summary

Open the shelve tool for the repository.
Assembly
Mercurial.Net.dll
Namespace
Mercurial.Gui
Containing Type
GuiClient

Syntax

public static void ShelveGui(this Repository repository, ShelveGuiCommand command = null)

Parameters

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

Return Value

Type Description
void