Summary
Show the TortoiseHg dialog for guessing previous renames or copies.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
.Gui - Containing Type
- GuiClient
Syntax
public static void GuessGui(this Repository repository, GuessGuiCommand command = null)
Parameters
| Name | Type | Description |
|---|---|---|
| repository | Repository |
The Repository to guess renames and copies in.
|
| command | GuessGuiCommand |
Any extra options to the guess method, or null for default options.
|
Return Value
| Type | Description |
|---|---|
| void |