GuiClient.

StripGui(Repository, 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, StripGuiCommand command = null)

Parameters

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

Return Value

Type Description
void