Repository.

Update(UpdateCommand) Method

Summary

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

Syntax

public void Update(UpdateCommand command = null)

Parameters

Name Type Description
command UpdateCommand Any extra options to the update method, or null for default options.

Return Value

Type Description
void