Summary
Rebase changesets.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
.Gui - Containing Type
- GuiClient
Syntax
public static void RebaseGui(this Repository repository, RevSpec sourceRevision, RevSpec destinationRevision, 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.
|
sourceRevision | RevSpec | The source revision to rebase. This changeset, and all its descendants, will be rebased. |
destinationRevision | RevSpec | The Destination revision to rebase. This changeset will be the parent of the changesets after the rebase. |
command | RebaseGuiCommand |
Any extra options to the rebase method, or null for default options.
|
Return Value
Type | Description |
---|---|
void |