GuiClient.

StripGui(Repository, RevSpec, StripGuiCommand) Method

Summary

Strip changesets from the repository.
Assembly
Mercurial.Net.dll
Namespace
Mercurial.Gui
Containing Type
GuiClient

Syntax

public static void StripGui(this Repository repository, RevSpec revision, StripGuiCommand command = null)

Parameters

Name Type Description
repository Repository The Repository to strip changesets from.
revision RevSpec The RevSpec of the revision to strip.
command StripGuiCommand Any extra options to the strip method, or null for default options.

Return Value

Type Description
void