GuiClient.

AnnotateGui(Repository, string, 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, string file, AnnotateGuiCommand command = null)

Remarks

This command is only available for the PyQT client type.

Parameters

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

Return Value

Type Description
void