GuiClient.

RepoConfigGui(Repository, RepoConfigGuiCommand) Method

Summary

Show the repository configuration editor.
Assembly
Mercurial.Net.dll
Namespace
Mercurial.Gui
Containing Type
GuiClient

Syntax

public static void RepoConfigGui(this Repository repository, RepoConfigGuiCommand command = null)

Parameters

Name Type Description
repository Repository The Repository to edit the configuration for.
command RepoConfigGuiCommand Any extra options to the repoconfig method, or null for default options.

Return Value

Type Description
void