GuiClient.

UpdateGui(Repository, RevSpec, UpdateGuiCommand) Method

Summary

Update/checkout changeset to working directory.
Assembly
Mercurial.Net.dll
Namespace
Mercurial.Gui
Containing Type
GuiClient

Syntax

public static void UpdateGui(this Repository repository, RevSpec revision, UpdateGuiCommand command = null)

Parameters

Name Type Description
repository Repository The Repository to update.
revision RevSpec The RevSpec of the revision to update to.
command UpdateGuiCommand Any extra options to the tag method, or null for default options.

Return Value

Type Description
void