GuiClient.

RebaseGui(Repository, RebaseGuiCommand) Method

Summary

Rebase changesets.
Assembly
Mercurial.Net.dll
Namespace
Mercurial.Gui
Containing Type
GuiClient

Syntax

public static void RebaseGui(this Repository repository, RebaseGuiCommand command = null)

Remarks

This command is only available for the PyQT client type.

Parameters

Name Type Description
repository Repository The Repository to rebase changesets in.
command RebaseGuiCommand The options to the rebase method.

Return Value

Type Description
void