GuiClient.

AnnotateGui(Repository, AnnotateGuiCommand) Method

Summary

Show the TortoiseHg annotate dialog.
Assembly
Mercurial.Net.dll
Namespace
Mercurial.Gui
Containing Type
GuiClient

Syntax

public static void AnnotateGui(this Repository repository, AnnotateGuiCommand command)

Parameters

Name Type Description
repository Repository The Repository to annotate in.
command AnnotateGuiCommand Any extra options to the annotate method, or null for default options.

Return Value

Type Description
void