Repository.

Revert(RevertCommand) Method

Summary

Restore individual files or directories to an earlier state.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
Repository

Syntax

public void Revert(RevertCommand command)

Parameters

Name Type Description
command RevertCommand The options to the revert command.

Return Value

Type Description
void