GuiClient.

SynchronizeGui(Repository, SynchronizeGuiCommand) Method

Summary

Synchronize the repository with other repositories.
Assembly
Mercurial.Net.dll
Namespace
Mercurial.Gui
Containing Type
GuiClient

Syntax

public static void SynchronizeGui(this Repository repository, SynchronizeGuiCommand command = null)

Parameters

Name Type Description
repository Repository The Repository to synchronize.
command SynchronizeGuiCommand Any extra options to the synch method, or null for default options.

Return Value

Type Description
void