Package implementing the vcs interface to Mercurial
It consists of the hg class, the project helper classes and some Mercurial specific dialogs.
| ConfigurationPage | Package implementing the the Mercurial configuration page. |
| Config | Module defining configuration variables for the Mercurial package |
| HgAnnotateDialog | Module implementing a dialog to show the output of the hg annotate command. |
| HgBackoutDialog | Module implementing a dialog to enter the data for a backout operation. |
| HgBundleDialog | Module implementing a dialog to enter the data for a bundle operation. |
| HgCommandDialog | Module implementing the Mercurial command dialog. |
| HgCommitDialog | Module implementing a dialog to enter the commit message. |
| HgCopyDialog | Module implementing a dialog to enter the data for a copy or rename operation. |
| HgDialog | Module implementing a dialog starting a process and showing its output. |
| HgDiffDialog | Module implementing a dialog to show the output of the hg diff command process. |
| HgLogBrowserDialog | Module implementing a dialog to browse the log history. |
| HgLogDialog | Module implementing a dialog to show the output of the hg log command process. |
| HgMergeDialog | Module implementing a dialog to enter the data for a merge operation. |
| HgNewProjectOptionsDialog | Module implementing the Mercurial Options Dialog for a new project from the repository. |
| HgOptionsDialog | Module implementing a dialog to enter options used to start a project in the VCS. |
| HgRevisionSelectionDialog | Module implementing a dialog to select a revision. |
| HgRevisionsSelectionDialog | Module implementing a dialog to enter the revisions for the hg diff command. |
| HgServeDialog | Module implementing a dialog for the Mercurial server. |
| HgStatusDialog | Module implementing a dialog to show the output of the hg status command process. |
| HgStatusMonitorThread | Module implementing the VCS status monitor thread class for Mercurial. |
| HgTagBranchListDialog | Module implementing a dialog to show a list of tags or branches. |
| HgTagDialog | Module implementing a dialog to enter the data for a tagging operation. |
| HgUtilities | Module implementing some common utility functions for the Mercurial package. |
| ProjectBrowserHelper | Module implementing the VCS project browser helper for Mercurial. |
| ProjectHelper | Module implementing the VCS project helper for Mercurial. |
| hg | Module implementing the version control systems interface to Mercurial. |