Method | Description | |
---|---|---|
AboutGui ( AboutGuiCommand command = null ) : void |
Show the about dialog for TortoiseHg.
|
|
AddGui ( this repository, AddGuiCommand command = null ) : void |
Add files to the repository.
|
|
AnnotateGui ( this repository, AnnotateGuiCommand command ) : void |
Show the TortoiseHg annotate dialog.
|
|
AnnotateGui ( this repository, string file, AnnotateGuiCommand command = null ) : void |
Show the TortoiseHg annotate dialog. This command is only available for the GuiClientType.PyQT client type. |
|
ArchiveGui ( this repository, ArchiveGuiCommand command = null ) : void |
Show the TortoiseHg dialog for creating an unversioned archive from a working folder.
|
|
BackoutGui ( this repository, BackoutGuiCommand command = null ) : void |
Backout tool. This command is only available for the GuiClientType.PyQT client type. |
|
BeginExecute ( this repository, IGuiCommand command, AsyncCallback callback ) : IAsyncResult |
Executes the given IGuiCommand command against the Mercurial repository, asynchronously.
|
|
BisectGui ( this repository, BisectGuiCommand command = null ) : void |
Bisect tool. This command is only available for the GuiClientType.PyQT client type. |
|
CloneGui ( this repository, CloneGuiCommand command = null ) : void |
Show the TortoiseHg dialog for cloning a repository.
|
|
CommitGui ( this repository, CommitGuiCommand command = null ) : void |
Show the TortoiseHg dialog for commiting changes to the repository.
|
|
CopyGui ( this repository, CopyGuiCommand command = null ) : void |
Show the copy file dialog. This command is only available for the GuiClientType.PyQT client type. |
|
CopyGui ( this repository, string source, string destination, CopyGuiCommand command = null ) : void |
Show the copy file dialog. This command is only available for the GuiClientType.PyQT client type. |
|
DatamineGui ( this repository, DatamineGuiCommand command = null ) : void |
Show the TortoiseHg dialog for datamining, searching the repository. This command is only available for the GuiClientType.PyGTK client type. |
|
DiffGui ( this repository, DiffGuiCommand command = null ) : void |
Launch the visual diff tool.
|
|
DiffGui ( this repository, RevSpec revisions, DiffGuiCommand command = null ) : void |
Launch the visual diff tool.
|
|
DragCopyGui ( this repository, DragCopyGuiCommand command ) : void |
Copy the selected files to the desired directory. This command is only available for the GuiClientType.PyQT client type. |
|
DragCopyGui ( this repository, string file, string destination, DragCopyGuiCommand command = null ) : void |
Copy the selected files to the desired directory. This command is only available for the GuiClientType.PyQT client type. |
|
DragMoveGui ( this repository, DragMoveGuiCommand command ) : void |
Move the selected files to the desired directory. This command is only available for the GuiClientType.PyQT client type. |
|
DragMoveGui ( this repository, string file, string destination, DragMoveGuiCommand command = null ) : void |
Move the selected files to the desired directory. This command is only available for the GuiClientType.PyQT client type. |
|
EditIgnoreFiltersGui ( this repository, EditIgnoreFiltersGuiCommand command = null ) : void |
Show the TortoiseHg dialog for editing ignore filters for the repository.
|
|
EmailGui ( this repository, EmailGuiCommand command = null ) : void |
Send changesets by email. This command is only available for the GuiClientType.PyQT client type. |
|
EndExecute ( this repository, IAsyncResult result ) : void |
Finalizes the asynchronous execution started with BeginExecute.
|
|
Execute ( this repository, IGuiCommand command ) : void |
Executes the given IGuiCommand command against the Mercurial repository.
|
|
ForgetGui ( this repository, ForgetGuiCommand command = null ) : void |
Show the TortoiseHg dialog for forgetting tracked files.
|
|
GetClientAvailability ( GuiClientType clientType ) : bool |
Determines if the specified client type is available on this system.
|
|
GuessGui ( this repository, GuessGuiCommand command = null ) : void |
Show the TortoiseHg dialog for guessing previous renames or copies.
|
|
ImportGui ( this repository, ImportGuiCommand command = null ) : void |
Show the TortoiseHg dialog for importing patches into the repository or the patch queue.
|
|
InitGui ( this repository, InitGuiCommand command = null ) : void |
Show the TortoiseHg dialog for initializing a new repository.
|
|
LogGui ( this repository, LogGuiCommand command = null ) : void |
Open the repository explorer for the repository.
|
|
MPatchGui ( this repository, MPatchGuiCommand command ) : void |
Attempt to resolve conflicts in a .rej file. This command is only available for the GuiClientType.PyGTK client type. |
|
MPatchGui ( this repository, string file, MPatchGuiCommand command = null ) : void |
Attempt to resolve conflicts in a .rej file.
|
|
ManifestGui ( this repository, ManifestGuiCommand command = null ) : void |
Display the current or given revision of the project manifest. This command is only available for the GuiClientType.PyQT client type. |
|
MergeGui ( this repository, MergeGuiCommand command = null ) : void |
Show the TortoiseHg dialog for merging another revision with the local one.
|
|
MoveGui ( this repository, MoveGuiCommand command = null ) : void |
Show the move file dialog.
|
|
MoveGui ( this repository, string source, string destination, MoveGuiCommand command = null ) : void |
Show the move file dialog.
|
|
PurgeGui ( this repository, PurgeGuiCommand command = null ) : void |
Purge unknown and/or ignore files from repository. This command is only available for the GuiClientType.PyQT client type. |
|
QueueGui ( this repository, QueueGuiCommand command = null ) : void |
Show the Mercurial queue tool. This command is only available for the GuiClientType.PyQT client type. |
|
QueueManagerGui ( this repository, QueueManagerGuiCommand command = null ) : void |
Manage multiple MQ patch queues. This command is only available for the GuiClientType.PyQT client type. |
|
QueueReorderGui ( this repository, QueueReorderGuiCommand command = null ) : void |
Reorder unapplied MQ patches. This command is only available for the GuiClientType.PyQT client type. |
|
RebaseGui ( this repository, RebaseGuiCommand command = null ) : void |
Rebase changesets. This command is only available for the GuiClientType.PyQT client type. |
|
RebaseGui ( this repository, RevSpec sourceRevision, RevSpec destinationRevision, RebaseGuiCommand command = null ) : void |
Rebase changesets. This command is only available for the GuiClientType.PyQT client type. |
|
RecoveryGui ( this repository, RecoveryGuiCommand command = null ) : void |
Show the TortoiseHg dialog for recovery for the repository. This command is only available for the GuiClientType.PyGTK client type. |
|
RejectsGui ( this repository, RejectsGuiCommand command ) : void |
Manually resolve rejected patch chunks.
|
|
RejectsGui ( this repository, string file, RejectsGuiCommand command = null ) : void |
Manually resolve rejected patch chunks. This command is only available for the GuiClientType.PyQT client type. |
|
RemoveGui ( this repository, RemoveGuiCommand command = null ) : void |
Show the TortoiseHg file status dialog in revert mode, for removing or reverting files.
|
|
RenameGui ( this repository, RenameGuiCommand command = null ) : void |
Show the rename file dialog.
|
|
RenameGui ( this repository, string source, string destination, RenameGuiCommand command = null ) : void |
Show the rename file dialog.
|
|
RepoConfigGui ( this repository, RepoConfigGuiCommand command = null ) : void |
Show the repository configuration editor.
|
|
ResolveGui ( this repository, ResolveGuiCommand command = null ) : void |
Shows the resolve dialog. This command is only available for the GuiClientType.PyQT client type. |
|
RevertGui ( this repository, RevertGuiCommand command = null ) : void |
Revert selected files.
|
|
SearchGui ( this repository, SearchGuiCommand command = null ) : void |
Grep/search the repository. This command is only available for the GuiClientType.PyQT client type. |
|
ShellConfigGui ( ShellConfigGuiCommand command = null ) : void |
Open the Windows Explorer extension configuration editor.
|
|
ShelveGui ( this repository, ShelveGuiCommand command = null ) : void |
Open the shelve tool for the repository.
|
|
StatusGui ( this repository, StatusGuiCommand command = null ) : void |
Browse working directory status.
|
|
StripGui ( this repository, RevSpec revision, StripGuiCommand command = null ) : void |
Strip changesets from the repository.
|
|
StripGui ( this repository, StripGuiCommand command = null ) : void |
Strip changesets from the repository.
|
|
SynchronizeGui ( this repository, SynchronizeGuiCommand command = null ) : void |
Synchronize the repository with other repositories.
|
|
TagGui ( this repository, RevSpec revision, string name, TagGuiCommand command = null ) : void |
Open the Tag gui. This command is only available for the GuiClientType.PyQT client type. |
|
TagGui ( this repository, TagGuiCommand command = null ) : void |
Open the Tag gui. This command is only available for the GuiClientType.PyQT client type. |
|
UpdateGui ( this repository, RevSpec revision, UpdateGuiCommand command = null ) : void |
Update/checkout changeset to working directory.
|
|
UpdateGui ( this repository, UpdateGuiCommand command = null ) : void |
Update/checkout changeset to working directory.
|
|
UserConfigGui ( UserConfigGuiCommand command = null ) : void |
Open the user configuration editor.
|
Method | Description | |
---|---|---|
GetVersion ( ) : System.Version | ||
GuiClient ( ) : System | ||
Initialize ( ) : void |
Initializes local data structures from the TortoiseHg client.
|
|
LocateClient ( GuiClientType type ) : string>.KeyValuePair |
Attempts to locate the command line client executable.
|
public static AboutGui ( AboutGuiCommand command = null ) : void | ||
command | AboutGuiCommand |
/// Any extra options to the about method, or |
return | void |
public static AddGui ( this repository, AddGuiCommand command = null ) : void | ||
repository | this |
/// The |
command | AddGuiCommand |
/// Any extra options to the add method, or |
return | void |
public static AnnotateGui ( this repository, AnnotateGuiCommand command ) : void | ||
repository | this |
/// The |
command | AnnotateGuiCommand |
/// Any extra options to the annotate method, or |
return | void |
public static AnnotateGui ( this repository, string file, AnnotateGuiCommand command = null ) : void | ||
repository | this |
/// The |
file | string | /// The file to annotate. /// |
command | AnnotateGuiCommand |
/// Any extra options to the annotate method, or |
return | void |
public static ArchiveGui ( this repository, ArchiveGuiCommand command = null ) : void | ||
repository | this |
/// The |
command | ArchiveGuiCommand |
/// Any extra options to the archive method, or |
return | void |
public static BackoutGui ( this repository, BackoutGuiCommand command = null ) : void | ||
repository | this |
/// The |
command | BackoutGuiCommand |
/// Any extra options to the backout method, or |
return | void |
public static BeginExecute ( this repository, IGuiCommand command, AsyncCallback callback ) : IAsyncResult | ||
repository | this |
/// The |
command | IGuiCommand |
/// The |
callback | AsyncCallback |
/// A callback to call when the execution has completed. The |
return | IAsyncResult |
public static BisectGui ( this repository, BisectGuiCommand command = null ) : void | ||
repository | this |
/// The |
command | BisectGuiCommand |
/// Any extra options to the bisect method, or |
return | void |
public static CloneGui ( this repository, CloneGuiCommand command = null ) : void | ||
repository | this |
/// The |
command | CloneGuiCommand |
/// Any extra options to the clone method, or |
return | void |
public static CommitGui ( this repository, CommitGuiCommand command = null ) : void | ||
repository | this |
/// The |
command | CommitGuiCommand |
/// Any extra options to the commit method, or |
return | void |
public static CopyGui ( this repository, CopyGuiCommand command = null ) : void | ||
repository | this |
/// The |
command | CopyGuiCommand |
/// Any extra options to the copy method, or |
return | void |
public static CopyGui ( this repository, string source, string destination, CopyGuiCommand command = null ) : void | ||
repository | this |
/// The |
source | string | /// The source file to copy. /// |
destination | string | /// The destination to copy it to. /// |
command | CopyGuiCommand |
/// Any extra options to the copy method, or |
return | void |
public static DatamineGui ( this repository, DatamineGuiCommand command = null ) : void | ||
repository | this |
/// The |
command | DatamineGuiCommand |
/// Any extra options to the datamine method, or |
return | void |
public static DiffGui ( this repository, DiffGuiCommand command = null ) : void | ||
repository | this |
/// The |
command | DiffGuiCommand |
/// Any extra options to the vdiff method, or |
return | void |
public static DiffGui ( this repository, RevSpec revisions, DiffGuiCommand command = null ) : void | ||
repository | this |
/// The |
revisions | RevSpec |
/// The revision |
command | DiffGuiCommand |
/// Any extra options to the vdiff method, or |
return | void |
public static DragCopyGui ( this repository, DragCopyGuiCommand command ) : void | ||
repository | this |
/// The |
command | DragCopyGuiCommand | /// The options to the drag_copy method. /// |
return | void |
public static DragCopyGui ( this repository, string file, string destination, DragCopyGuiCommand command = null ) : void | ||
repository | this |
/// The |
file | string | /// The file to copy. /// |
destination | string | /// The destination directory. /// |
command | DragCopyGuiCommand |
/// Any extra options to the drag_copy method, or |
return | void |
public static DragMoveGui ( this repository, DragMoveGuiCommand command ) : void | ||
repository | this |
/// The |
command | DragMoveGuiCommand | /// The options to the drag_move method. /// |
return | void |
public static DragMoveGui ( this repository, string file, string destination, DragMoveGuiCommand command = null ) : void | ||
repository | this |
/// The |
file | string | /// The file to move. /// |
destination | string | /// The destination directory. /// |
command | DragMoveGuiCommand |
/// Any extra options to the drag_move method, or |
return | void |
public static EditIgnoreFiltersGui ( this repository, EditIgnoreFiltersGuiCommand command = null ) : void | ||
repository | this |
/// The |
command | EditIgnoreFiltersGuiCommand |
/// Any extra options to the hgignore method, or |
return | void |
public static EmailGui ( this repository, EmailGuiCommand command = null ) : void | ||
repository | this |
/// The |
command | EmailGuiCommand |
/// Any extra options to the email method, or |
return | void |
public static EndExecute ( this repository, IAsyncResult result ) : void | ||
repository | this |
/// The |
result | IAsyncResult |
/// The |
return | void |
public static Execute ( this repository, IGuiCommand command ) : void | ||
repository | this |
/// The |
command | IGuiCommand |
/// The |
return | void |
public static ForgetGui ( this repository, ForgetGuiCommand command = null ) : void | ||
repository | this |
/// The |
command | ForgetGuiCommand |
/// Any extra options to the forget method, or |
return | void |
public static GetClientAvailability ( GuiClientType clientType ) : bool | ||
clientType | GuiClientType | /// The type of client to look for. /// |
return | bool |
public static GuessGui ( this repository, GuessGuiCommand command = null ) : void | ||
repository | this |
/// The |
command | GuessGuiCommand |
/// Any extra options to the guess method, or |
return | void |
public static ImportGui ( this repository, ImportGuiCommand command = null ) : void | ||
repository | this |
/// The |
command | ImportGuiCommand |
/// Any extra options to the import method, or |
return | void |
public static InitGui ( this repository, InitGuiCommand command = null ) : void | ||
repository | this |
/// The |
command | InitGuiCommand |
/// Any extra options to the init method, or |
return | void |
public static LogGui ( this repository, LogGuiCommand command = null ) : void | ||
repository | this |
/// The |
command | LogGuiCommand |
/// Any extra options to the log method, or |
return | void |
public static MPatchGui ( this repository, MPatchGuiCommand command ) : void | ||
repository | this |
/// The |
command | MPatchGuiCommand | /// The options to the mpatch method. /// |
return | void |
public static MPatchGui ( this repository, string file, MPatchGuiCommand command = null ) : void | ||
repository | this |
/// The |
file | string | /// The file to resolve conflicts in. /// |
command | MPatchGuiCommand |
/// Any extra options to the mpatch method, or |
return | void |
public static ManifestGui ( this repository, ManifestGuiCommand command = null ) : void | ||
repository | this |
/// The |
command | ManifestGuiCommand |
/// Any extra options to the manifest method, or |
return | void |
public static MergeGui ( this repository, MergeGuiCommand command = null ) : void | ||
repository | this |
/// The |
command | MergeGuiCommand |
/// Any extra options to the merge method, or |
return | void |
public static MoveGui ( this repository, MoveGuiCommand command = null ) : void | ||
repository | this |
/// The |
command | MoveGuiCommand |
/// Any extra options to the mv method, or |
return | void |
public static MoveGui ( this repository, string source, string destination, MoveGuiCommand command = null ) : void | ||
repository | this |
/// The |
source | string | /// The source file to move. /// |
destination | string | /// The destination to move it to. /// |
command | MoveGuiCommand |
/// Any extra options to the mv method, or |
return | void |
public static PurgeGui ( this repository, PurgeGuiCommand command = null ) : void | ||
repository | this |
/// The |
command | PurgeGuiCommand |
/// Any extra options to the purge method, or |
return | void |
public static QueueGui ( this repository, QueueGuiCommand command = null ) : void | ||
repository | this |
/// The |
command | QueueGuiCommand |
/// Any extra options to the mq method, or |
return | void |
public static QueueManagerGui ( this repository, QueueManagerGuiCommand command = null ) : void | ||
repository | this |
/// The |
command | QueueManagerGuiCommand |
/// Any extra options to the qqueue method, or |
return | void |
public static QueueReorderGui ( this repository, QueueReorderGuiCommand command = null ) : void | ||
repository | this |
/// The |
command | QueueReorderGuiCommand |
/// Any extra options to the qreorder method, or |
return | void |
public static RebaseGui ( this repository, RebaseGuiCommand command = null ) : void | ||
repository | this |
/// The |
command | RebaseGuiCommand | /// The options to the rebase method. /// |
return | void |
public static RebaseGui ( this repository, RevSpec sourceRevision, RevSpec destinationRevision, RebaseGuiCommand command = null ) : void | ||
repository | this |
/// The |
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 |
return | void |
public static RecoveryGui ( this repository, RecoveryGuiCommand command = null ) : void | ||
repository | this |
/// The |
command | RecoveryGuiCommand |
/// Any extra options to the recovery method, or |
return | void |
public static RejectsGui ( this repository, RejectsGuiCommand command ) : void | ||
repository | this |
/// The |
command | RejectsGuiCommand |
/// Any extra options to the rejects method, or |
return | void |
public static RejectsGui ( this repository, string file, RejectsGuiCommand command = null ) : void | ||
repository | this |
/// The |
file | string | /// The file to resolve rejected patch chunks in. /// |
command | RejectsGuiCommand |
/// Any extra options to the rejects method, or |
return | void |
public static RemoveGui ( this repository, RemoveGuiCommand command = null ) : void | ||
repository | this |
/// The |
command | RemoveGuiCommand |
/// Any extra options to the remove method, or |
return | void |
public static RenameGui ( this repository, RenameGuiCommand command = null ) : void | ||
repository | this |
/// The |
command | RenameGuiCommand |
/// Any extra options to the rename method, or |
return | void |
public static RenameGui ( this repository, string source, string destination, RenameGuiCommand command = null ) : void | ||
repository | this |
/// The |
source | string | /// The source file to rename. /// |
destination | string | /// The destination to rename it to. /// |
command | RenameGuiCommand |
/// Any extra options to the rename method, or |
return | void |
public static RepoConfigGui ( this repository, RepoConfigGuiCommand command = null ) : void | ||
repository | this |
/// The |
command | RepoConfigGuiCommand |
/// Any extra options to the repoconfig method, or |
return | void |
public static ResolveGui ( this repository, ResolveGuiCommand command = null ) : void | ||
repository | this |
/// The |
command | ResolveGuiCommand |
/// Any extra options to the resolve method, or |
return | void |
public static RevertGui ( this repository, RevertGuiCommand command = null ) : void | ||
repository | this |
/// The |
command | RevertGuiCommand |
/// Any extra options to the revert method, or |
return | void |
public static SearchGui ( this repository, SearchGuiCommand command = null ) : void | ||
repository | this |
/// The |
command | SearchGuiCommand |
/// Any extra options to the search method, or |
return | void |
public static ShellConfigGui ( ShellConfigGuiCommand command = null ) : void | ||
command | ShellConfigGuiCommand |
/// Any extra options to the shellconfig method, or |
return | void |
public static ShelveGui ( this repository, ShelveGuiCommand command = null ) : void | ||
repository | this |
/// The |
command | ShelveGuiCommand |
/// Any extra options to the shelve method, or |
return | void |
public static StatusGui ( this repository, StatusGuiCommand command = null ) : void | ||
repository | this |
/// The |
command | StatusGuiCommand |
/// Any extra options to the status method, or |
return | void |
public static StripGui ( this repository, RevSpec revision, StripGuiCommand command = null ) : void | ||
repository | this |
/// The |
revision | RevSpec |
/// The |
command | StripGuiCommand |
/// Any extra options to the strip method, or |
return | void |
public static StripGui ( this repository, StripGuiCommand command = null ) : void | ||
repository | this |
/// The |
command | StripGuiCommand |
/// Any extra options to the strip method, or |
return | void |
public static SynchronizeGui ( this repository, SynchronizeGuiCommand command = null ) : void | ||
repository | this |
/// The |
command | SynchronizeGuiCommand |
/// Any extra options to the synch method, or |
return | void |
public static TagGui ( this repository, RevSpec revision, string name, TagGuiCommand command = null ) : void | ||
repository | this |
/// The |
revision | RevSpec |
/// The |
name | string | /// The name of the tag. /// |
command | TagGuiCommand |
/// Any extra options to the tag method, or |
return | void |
public static TagGui ( this repository, TagGuiCommand command = null ) : void | ||
repository | this |
/// The |
command | TagGuiCommand |
/// Any extra options to the tag method, or |
return | void |
public static UpdateGui ( this repository, RevSpec revision, UpdateGuiCommand command = null ) : void | ||
repository | this |
/// The |
revision | RevSpec |
/// The |
command | UpdateGuiCommand |
/// Any extra options to the tag method, or |
return | void |
public static UpdateGui ( this repository, UpdateGuiCommand command = null ) : void | ||
repository | this |
/// The |
command | UpdateGuiCommand |
/// Any extra options to the tag method, or |
return | void |
public static UserConfigGui ( UserConfigGuiCommand command = null ) : void | ||
command | UserConfigGuiCommand |
/// Any extra options to the userconfig method, or |
return | void |