RebaseGuiCommand.

Validate() Method

Summary

Validates the command configuration. This method should throw the necessary exceptions to signal missing or incorrect configuration (like attempting to add files to the repository without specifying which files to add.)
Assembly
Mercurial.Net.dll
Namespace
Mercurial.Gui
Containing Type
RebaseGuiCommand

Syntax

public override void Validate()

Return Value

Type Description
void