Package implementing the vcs interface to Mercurial
It consists of the mercurial class and some Mercurial specific dialogs.
| CommandDialog | Module implementing the Mercurial command dialog. |
| CommandForm | |
| CommitDialog | Module implementing a dialog to enter the commit message. |
| CommitForm | |
| Config | Module defining configuration variables for the Mercurial package |
| CopyDialog | Module implementing a dialog to enter the data for a copy operation. |
| CopyForm | |
| DiffDialog | Module implementing a dialog to show the output of the hg diff command. |
| HgDialog | Module implementing a dialog starting a process and showing its output. |
| HgForm | |
| IncomingDialog | Module implementing a dialog to show the output of the hg incoming command. |
| LogDialog | Module implementing a dialog to show the output of the hg log command. |
| LogForm | |
| ManifestDialog | Module implementing a dialog to show the output of the Mercurial manifest command. |
| ManifestForm | |
| NewProjectDialog | Module implementing the Mercurial Options Dialog for a new project from the repository. |
| NewProjectForm | |
| OptionsDialog | Module implementing a dialog to enter options used to start a project in the VCS. |
| OptionsForm | |
| OutgoingDialog | Module implementing a dialog to show the output of the hg outgoing command. |
| ProjectBrowserHelper | Module implementing the VCS project browser helper for Mercurial. |
| ProjectHelper | Module implementing the VCS project helper for Mercurial. |
| PullDialog | Module implementing the Mercurial Options Dialog for a pull operation. |
| PullForm | |
| PushDialog | Module implementing the Mercurial Options Dialog for a push operation. |
| PushForm | |
| RevisionSelectionDialog | Module implementing a dialog to enter the revisions for the hg diff command. |
| RevisionSelectionForm | |
| StatusDialog | Module implementing a dialog to show the output of the Mercurial status command. |
| StatusForm | |
| SwitchDialog | Module implementing a dialog to enter the data for a switch operation. |
| SwitchForm | |
| TagDialog | Module implementing a dialog to enter the data for a tagging operation. |
| TagForm | |
| TagListDialog | Module implementing a dialog to show a list of tags. |
| TagListForm | |
| ericMercurial | Module implementing the version control systems interface to Mercurial. |