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

Sat, 28 May 2011 11:20:25 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 28 May 2011 11:20:25 +0200
changeset 1066
a3dd41fd9ea8
parent 1037
b547147ccb4b
child 1071
ac0f74c0b870
permissions
-rw-r--r--

Added support for the Mercurial fetch extension.

<?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: #EDECE6;
    margin: 0em 1em 10em 1em;
    color: black;
}

h1 { color: white; background: #85774A; }
h2 { color: white; background: #85774A; }
h3 { color: white; background: #9D936E; }
h4 { color: white; background: #9D936E; }
    
a { color: #BA6D36; }

</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.BookmarksExtension.html">BookmarksExtension</a></td>
<td>Package implementing the bookmarks extension support interface.</td>
</tr><tr>
<td><a href="index-eric5.Plugins.VcsPlugins.vcsMercurial.ConfigurationPage.html">ConfigurationPage</a></td>
<td>Package implementing the the Mercurial configuration page.</td>
</tr><tr>
<td><a href="index-eric5.Plugins.VcsPlugins.vcsMercurial.FetchExtension.html">FetchExtension</a></td>
<td>Package implementing the fetch extension support interface.</td>
</tr><tr>
<td><a href="index-eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.html">QueuesExtension</a></td>
<td>Package implementing the queues extension support interface.</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.HgBackoutDialog.html">HgBackoutDialog</a></td>
<td>Module implementing a dialog to enter the data for a backout operation.</td>
</tr><tr>
<td><a href="eric5.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog.html">HgBundleDialog</a></td>
<td>Module implementing a dialog to enter the data for a bundle operation.</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.HgServeDialog.html">HgServeDialog</a></td>
<td>Module implementing a dialog for the Mercurial server.</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>

eric ide

mercurial