|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' |
|
3 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> |
|
4 <html><head> |
|
5 <title>eric5.Plugins.VcsPlugins.vcsMercurial</title> |
|
6 <style> |
|
7 body { |
|
8 background:white; |
|
9 margin: 0em 1em 10em 1em; |
|
10 color: black; |
|
11 } |
|
12 |
|
13 h1 { color: white; background: #4FA4FF; } |
|
14 h2 { color: white; background: #4FA4FF; } |
|
15 h3 { color: white; background: #00557F; } |
|
16 h4 { color: white; background: #00557F; } |
|
17 |
|
18 a { color: #AA5500; } |
|
19 |
|
20 </style> |
|
21 </head> |
|
22 <body> |
|
23 <h1>eric5.Plugins.VcsPlugins.vcsMercurial</h1> |
|
24 <p> |
|
25 Package implementing the vcs interface to Mercurial |
|
26 </p><p> |
|
27 It consists of the hg class, the project helper classes and some |
|
28 Mercurial specific dialogs. |
|
29 </p> |
|
30 |
|
31 <h3>Packages</h3> |
|
32 <table> |
|
33 <tr> |
|
34 <td><a href="index-eric5.Plugins.VcsPlugins.vcsMercurial.ConfigurationPage.html">ConfigurationPage</a></td> |
|
35 <td>Package implementing the the Mercurial configuration page.</td> |
|
36 </tr> |
|
37 </table> |
|
38 |
|
39 <h3>Modules</h3> |
|
40 <table> |
|
41 <tr> |
|
42 <td><a href="eric5.Plugins.VcsPlugins.vcsMercurial.Config.html">Config</a></td> |
|
43 <td>Module defining configuration variables for the Mercurial package</td> |
|
44 </tr><tr> |
|
45 <td><a href="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html">HgAnnotateDialog</a></td> |
|
46 <td>Module implementing a dialog to show the output of the hg annotate command.</td> |
|
47 </tr><tr> |
|
48 <td><a href="eric5.Plugins.VcsPlugins.vcsMercurial.HgCommandDialog.html">HgCommandDialog</a></td> |
|
49 <td>Module implementing the Mercurial command dialog.</td> |
|
50 </tr><tr> |
|
51 <td><a href="eric5.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.html">HgCommitDialog</a></td> |
|
52 <td>Module implementing a dialog to enter the commit message.</td> |
|
53 </tr><tr> |
|
54 <td><a href="eric5.Plugins.VcsPlugins.vcsMercurial.HgCopyDialog.html">HgCopyDialog</a></td> |
|
55 <td>Module implementing a dialog to enter the data for a copy or rename operation.</td> |
|
56 </tr><tr> |
|
57 <td><a href="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html">HgDialog</a></td> |
|
58 <td>Module implementing a dialog starting a process and showing its output.</td> |
|
59 </tr><tr> |
|
60 <td><a href="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html">HgDiffDialog</a></td> |
|
61 <td>Module implementing a dialog to show the output of the hg diff command process.</td> |
|
62 </tr><tr> |
|
63 <td><a href="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html">HgLogBrowserDialog</a></td> |
|
64 <td>Module implementing a dialog to browse the log history.</td> |
|
65 </tr><tr> |
|
66 <td><a href="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html">HgLogDialog</a></td> |
|
67 <td>Module implementing a dialog to show the output of the hg log command process.</td> |
|
68 </tr><tr> |
|
69 <td><a href="eric5.Plugins.VcsPlugins.vcsMercurial.HgMergeDialog.html">HgMergeDialog</a></td> |
|
70 <td>Module implementing a dialog to enter the data for a merge operation.</td> |
|
71 </tr><tr> |
|
72 <td><a href="eric5.Plugins.VcsPlugins.vcsMercurial.HgNewProjectOptionsDialog.html">HgNewProjectOptionsDialog</a></td> |
|
73 <td>Module implementing the Mercurial Options Dialog for a new project from the repository.</td> |
|
74 </tr><tr> |
|
75 <td><a href="eric5.Plugins.VcsPlugins.vcsMercurial.HgOptionsDialog.html">HgOptionsDialog</a></td> |
|
76 <td>Module implementing a dialog to enter options used to start a project in the VCS.</td> |
|
77 </tr><tr> |
|
78 <td><a href="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionSelectionDialog.html">HgRevisionSelectionDialog</a></td> |
|
79 <td>Module implementing a dialog to select a revision.</td> |
|
80 </tr><tr> |
|
81 <td><a href="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html">HgRevisionsSelectionDialog</a></td> |
|
82 <td>Module implementing a dialog to enter the revisions for the hg diff command.</td> |
|
83 </tr><tr> |
|
84 <td><a href="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html">HgStatusDialog</a></td> |
|
85 <td>Module implementing a dialog to show the output of the hg status command process.</td> |
|
86 </tr><tr> |
|
87 <td><a href="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusMonitorThread.html">HgStatusMonitorThread</a></td> |
|
88 <td>Module implementing the VCS status monitor thread class for Mercurial.</td> |
|
89 </tr><tr> |
|
90 <td><a href="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html">HgTagBranchListDialog</a></td> |
|
91 <td>Module implementing a dialog to show a list of tags or branches.</td> |
|
92 </tr><tr> |
|
93 <td><a href="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.html">HgTagDialog</a></td> |
|
94 <td>Module implementing a dialog to enter the data for a tagging operation.</td> |
|
95 </tr><tr> |
|
96 <td><a href="eric5.Plugins.VcsPlugins.vcsMercurial.HgUtilities.html">HgUtilities</a></td> |
|
97 <td>Module implementing some common utility functions for the Mercurial package.</td> |
|
98 </tr><tr> |
|
99 <td><a href="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html">ProjectBrowserHelper</a></td> |
|
100 <td>Module implementing the VCS project browser helper for Mercurial.</td> |
|
101 </tr><tr> |
|
102 <td><a href="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html">ProjectHelper</a></td> |
|
103 <td>Module implementing the VCS project helper for Mercurial.</td> |
|
104 </tr><tr> |
|
105 <td><a href="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html">hg</a></td> |
|
106 <td>Module implementing the version control systems interface to Mercurial.</td> |
|
107 </tr> |
|
108 </table> |
|
109 </body></html> |