Repository.

Rollback(RollbackCommand) Method

Summary

Roll back the last transaction (dangerous.)
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
Repository

Syntax

public void Rollback(RollbackCommand command = null)

Parameters

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

Return Value

Type Description
void