Repository.

Update(RevSpec, UpdateCommand) Method

Summary

Updates the working copy to a new revision.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
Repository

Syntax

public void Update(RevSpec revision, UpdateCommand command = null)

Parameters

Name Type Description
revision RevSpec The revision to update the working copy to.
command UpdateCommand Any extra options to the update method, or null for default options.

Return Value

Type Description
void