Documentation/Source/index-eric5.Plugins.VcsPlugins.vcsMercurial.html

changeset 178
dd9f0bca5e2f
child 200
6c3f5faf7775
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Documentation/Source/index-eric5.Plugins.VcsPlugins.vcsMercurial.html	Mon Apr 12 18:00:42 2010 +0000
@@ -0,0 +1,109 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN'
+'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
+<html><head>
+<title>eric5.Plugins.VcsPlugins.vcsMercurial</title>
+<style>
+body {
+    background:white;
+    margin: 0em 1em 10em 1em;
+    color: black;
+}
+
+h1 { color: white; background: #4FA4FF; }
+h2 { color: white; background: #4FA4FF; }
+h3 { color: white; background: #00557F; }
+h4 { color: white; background: #00557F; }
+    
+a { color: #AA5500; }
+
+</style>
+</head>
+<body>
+<h1>eric5.Plugins.VcsPlugins.vcsMercurial</h1>
+<p>
+Package implementing the vcs interface to Mercurial
+</p><p>
+It consists of the hg class, the project helper classes and some 
+Mercurial specific dialogs.
+</p>
+
+<h3>Packages</h3>
+<table>
+<tr>
+<td><a href="index-eric5.Plugins.VcsPlugins.vcsMercurial.ConfigurationPage.html">ConfigurationPage</a></td>
+<td>Package implementing the the Mercurial configuration page.</td>
+</tr>
+</table>
+
+<h3>Modules</h3>
+<table>
+<tr>
+<td><a href="eric5.Plugins.VcsPlugins.vcsMercurial.Config.html">Config</a></td>
+<td>Module defining configuration variables for the Mercurial package</td>
+</tr><tr>
+<td><a href="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html">HgAnnotateDialog</a></td>
+<td>Module implementing a dialog to show the output of the hg annotate command.</td>
+</tr><tr>
+<td><a href="eric5.Plugins.VcsPlugins.vcsMercurial.HgCommandDialog.html">HgCommandDialog</a></td>
+<td>Module implementing the Mercurial command dialog.</td>
+</tr><tr>
+<td><a href="eric5.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.html">HgCommitDialog</a></td>
+<td>Module implementing a dialog to enter the commit message.</td>
+</tr><tr>
+<td><a href="eric5.Plugins.VcsPlugins.vcsMercurial.HgCopyDialog.html">HgCopyDialog</a></td>
+<td>Module implementing a dialog to enter the data for a copy or rename operation.</td>
+</tr><tr>
+<td><a href="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html">HgDialog</a></td>
+<td>Module implementing a dialog starting a process and showing its output.</td>
+</tr><tr>
+<td><a href="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html">HgDiffDialog</a></td>
+<td>Module implementing a dialog to show the output of the hg diff command process.</td>
+</tr><tr>
+<td><a href="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html">HgLogBrowserDialog</a></td>
+<td>Module implementing a dialog to browse the log history.</td>
+</tr><tr>
+<td><a href="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html">HgLogDialog</a></td>
+<td>Module implementing a dialog to show the output of the hg log command process.</td>
+</tr><tr>
+<td><a href="eric5.Plugins.VcsPlugins.vcsMercurial.HgMergeDialog.html">HgMergeDialog</a></td>
+<td>Module implementing a dialog to enter the data for a merge operation.</td>
+</tr><tr>
+<td><a href="eric5.Plugins.VcsPlugins.vcsMercurial.HgNewProjectOptionsDialog.html">HgNewProjectOptionsDialog</a></td>
+<td>Module implementing the Mercurial Options Dialog for a new project from the repository.</td>
+</tr><tr>
+<td><a href="eric5.Plugins.VcsPlugins.vcsMercurial.HgOptionsDialog.html">HgOptionsDialog</a></td>
+<td>Module implementing a dialog to enter options used to start a project in the VCS.</td>
+</tr><tr>
+<td><a href="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionSelectionDialog.html">HgRevisionSelectionDialog</a></td>
+<td>Module implementing a dialog to select a revision.</td>
+</tr><tr>
+<td><a href="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html">HgRevisionsSelectionDialog</a></td>
+<td>Module implementing a dialog to enter the revisions for the hg diff command.</td>
+</tr><tr>
+<td><a href="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html">HgStatusDialog</a></td>
+<td>Module implementing a dialog to show the output of the hg status command process.</td>
+</tr><tr>
+<td><a href="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusMonitorThread.html">HgStatusMonitorThread</a></td>
+<td>Module implementing the VCS status monitor thread class for Mercurial.</td>
+</tr><tr>
+<td><a href="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html">HgTagBranchListDialog</a></td>
+<td>Module implementing a dialog to show a list of tags or branches.</td>
+</tr><tr>
+<td><a href="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.html">HgTagDialog</a></td>
+<td>Module implementing a dialog to enter the data for a tagging operation.</td>
+</tr><tr>
+<td><a href="eric5.Plugins.VcsPlugins.vcsMercurial.HgUtilities.html">HgUtilities</a></td>
+<td>Module implementing some common utility functions for the Mercurial package.</td>
+</tr><tr>
+<td><a href="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html">ProjectBrowserHelper</a></td>
+<td>Module implementing the VCS project browser helper for Mercurial.</td>
+</tr><tr>
+<td><a href="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html">ProjectHelper</a></td>
+<td>Module implementing the VCS project helper for Mercurial.</td>
+</tr><tr>
+<td><a href="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html">hg</a></td>
+<td>Module implementing the version control systems interface to Mercurial.</td>
+</tr>
+</table>
+</body></html>
\ No newline at end of file

eric ide

mercurial